summaryrefslogtreecommitdiff
path: root/bin/bootstrap-traverser.py
AgeCommit message (Collapse)Author
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
Signed-off-by: Goetz Brasche <goetz.brasche@huawei.com>
2022-05-12bootstrap-tarverser: normalize paths before creating directoriesKlaus Aehlig
... so that destinations like "foo/." are handled correctly. Also, support linking to "." in trees by only late creation of the input directory.
2022-04-27use kebab-case for all cmd line argsAlberto Sartori
2022-04-25upgrade from optparse to argparseAlberto Sartori
2022-02-22Initial self-hosting commitKlaus Aehlig
This is the initial version of our tool that is able to build itself. In can be bootstrapped by ./bin/bootstrap.py Co-authored-by: Oliver Reiche <oliver.reiche@huawei.com> Co-authored-by: Victor Moreno <victor.moreno1@huawei.com>