summaryrefslogtreecommitdiff
path: root/bin/just-mr.py
AgeCommit message (Expand)Author
2024-11-28bin scripts: Use the NoReturn type hintPaul Cristian Sarbu
2024-08-26just-mr.py: Accept all tree entries for bootstrapped justPaul Cristian Sarbu
2024-07-19Storage config: change layout to support several storage generationsKlaus Aehlig
2023-08-31just-mr.py: Fix None checksPaul Cristian Sarbu
2023-08-31just-mr.py: Fix wrong check added by type annotation changesPaul Cristian Sarbu
2023-08-29just-mr.py: Add type hints, fix style, and improve readabilityPaul Cristian Sarbu
2023-08-14just-mr py: Add support for 7zip archivesPaul Cristian Sarbu
2023-07-10just-mr: Fix handling of .gitignore files in git repositoriesPaul Cristian Sarbu
2023-03-08just-mr: fix options mismatchesPaul Cristian Sarbu
2023-03-06just-mr.py: Remove unused function argumentPaul Cristian Sarbu
2023-01-24just-mr.py: Make disdir content reproducible and consistentPaul Cristian Sarbu
2023-01-20Add gc subcommandSascha Roloff
2022-12-23just-mr: fix distdir computationKlaus Aehlig
2022-12-12Just-mr: Fix handling and meaning of --just optionPaul Cristian Sarbu
2022-12-06just-mr: Fix norc handling in Python scriptPaul Cristian Sarbu
2022-12-02just-mr: fix format-string interpolationKlaus Aehlig
2022-11-07just-mr: remove leftoverAlberto Sartori
2022-10-21just-mr: Fix use of wrong file path for checkout locationsOliver Reiche
2022-10-20just-mr: Warn on inefficient Git operationsOliver Reiche
2022-10-20just-mr: Support for just-mrrc fileOliver Reiche
2022-10-20just-mr: Implement just-mr launchersOliver Reiche
2022-10-19Apply sharding as used in git to files stored in the just cache directory.Sascha Roloff
2022-10-19Add generation directory as part of the just cache root.Sascha Roloff
2022-10-12Add copyright and license notice to all source and header filesKlaus Aehlig
2022-10-05just-mr.py: for the fetch subcommand acutally fetchKlaus Aehlig
2022-07-28Add setup-env option to just-mrPaul Cristian Sarbu
2022-07-28Fix style in just-mrPaul Cristian Sarbu
2022-07-26Fix just-mr bug: ensure git cache folder present for git opsPaul Cristian Sarbu
2022-07-25just-mr: retry `git tag -f` if neededKlaus Aehlig
2022-07-20just-mr: Fix use of local Git repos with relative pathOliver Reiche
2022-07-20just-mr: Git root must always be a directoryOliver Reiche
2022-07-07just-mr: more safely create directoriesKlaus Aehlig
2022-06-30just-mr: retry removal of temporary directoriesKlaus Aehlig
2022-06-23Fix handling of existing tmp paths in just-mrPaul Cristian Sarbu
2022-06-23Add distdir repo type in just-mrPaul Cristian Sarbu
2022-06-23Extract useful logic into own functions in just-mrPaul Cristian Sarbu
2022-06-23Fix style of just-mrPaul Cristian Sarbu
2022-06-13just-mr: Support gitification of local non-git pathsOliver Reiche
2022-05-05just-mr: extend git environmentKlaus Aehlig
2022-04-27just-mr: support additional hashes for fetched filesKlaus Aehlig
2022-04-27use kebab-case for all cmd line argsAlberto Sartori
2022-04-25upgrade from optparse to argparseAlberto Sartori
2022-04-21just-mr: correctly set times and permissions in CASKlaus Aehlig
2022-04-21add compatibility with original remote build protocolAlberto Sartori
2022-04-19just-mr: Refer to ROOT via absolute pathOliver Reiche
2022-04-07just-mr: fix run_cmd interfaceKlaus Aehlig
2022-03-23multi-repo setup tool: add pragma to transfrom file roots to gitKlaus Aehlig
2022-02-22Initial self-hosting commitKlaus Aehlig