aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sign-autobuilds: try to avoid tty error output20220412T044222ZRobin H. Johnson2022-04-111-2/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-origin-mirror*sh: new helper scriptsRobin H. Johnson2022-04-114-0/+44
|
* Makefile: add tag helperRobin H. Johnson2022-04-111-0/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-osuosl-mirror: rename from sync-masterdistfiles-mirror to be clear ↵Robin H. Johnson2022-04-111-0/+0
| | | | | | about source Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Comment out set -e20220409T214517ZAndreas K. Hüttel2022-04-091-1/+2
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* sign-autobuilds: more signature improvements20220409T170014ZAndreas K. Hüttel2022-04-091-1/+25
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Update mastermirror per dilfridge.20220301T213938ZAlec Warner2022-03-012-2/+2
| | | | | | BUG=https://bugs.gentoo.org/834041 Signed-off-by: Alec Warner <antarus@gentoo.org>
* sign-autobuilds: Sign the actual files (detached sig), not the file digests20220205T225935ZAndreas K. Hüttel2022-02-051-14/+5
| | | | | | | | | | | | | The old way to do this led to no end of confusion - to verify a file, you needed to first check the inline signature of a digest file, then verify the digests there. * To my knowledge the main rationale was that a previous gnupg was bad in handling large-ish files. This is not the case anymore. * Also, gnupg is now in stage3 and @system, so verification can be done pretty much everywhere. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* Try allowing removal of metadata/install-qa-check.d20220201T162149ZMichał Górny2022-02-011-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* autobuilds: easier to debug if we can pass single arch20211107T031707ZRobin H. Johnson2021-11-062-4/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds: preserve hardlinks for archiveRobin H. Johnson2021-11-061-0/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* autobuilds: add m68k20210905T035602ZRobin H. Johnson2021-09-042-4/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* autobuilds: update commentsRobin H. Johnson2021-09-042-2/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Add riscv20210123T194501ZAlec Warner2021-01-232-2/+2
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* README: add tagging instructionsRobin H. Johnson2021-01-021-0/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds: need a password to protect it still!20210103T070510ZRobin H. Johnson2021-01-021-0/+1
| | | | | | Revert "Poseidon and this password are long gone." This reverts commit ffa4675db7205da04f7eb7ebef79e9cac3ece8ad.
* Poseidon and this password are long gone.20201231T193938ZAlec Warner2020-12-301-1/+0
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* sign-autobuilds: Always kill gpg-agent to avoid mismatch20200907T153358ZMichał Górny2020-09-071-0/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* amd64 not and6420200814T200702ZAlec Warner2020-08-141-1/+1
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* Fix ordering.20200814T015625ZAlec Warner2020-08-131-2/+2
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* Sign arm64Alec Warner2020-08-131-1/+1
| | | | Signed-off-by: Alec Warner <antarus@gentoo.org>
* Fix typo in GIT_RESTORE_MTIME_ARGS var20200509T223741ZMax Magorsch2020-05-101-1/+1
| | | | | | | The git restore mtime args have not been used before due to the typo. Signed-off-by: Max Magorsch <arzano@gentoo.org>
* sync-distfiles: update doc20200509T175929ZRobin H. Johnson2020-05-091-4/+3
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-distfiles: update db filenamesRobin H. Johnson2020-05-091-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds.sh: keep backups in case of mirror issue20200508T225231ZRobin H. Johnson2020-05-081-3/+15
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds.sh: limit deletionsRobin H. Johnson2020-05-081-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds.sh: add arm64 for futureRobin H. Johnson2020-05-081-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds.sh: cleanup scriptRobin H. Johnson2020-05-081-9/+17
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mastermirror-staging: use newer git-restore-mtime20200508T162453ZRobin H. Johnson2020-05-081-2/+4
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* mastermirror-staging: better checking of required commandsRobin H. Johnson2020-05-081-6/+7
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* Change git-restore-mtime from python2.7 to 3.620200508T153516ZMax Magorsch2020-05-081-1/+1
| | | | Signed-off-by: Max Magorsch <arzano@gentoo.org>
* sync-autobuilds.sh: use releng-incoming cname20200424T175213ZRobin H. Johnson2020-04-241-1/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sync-autobuilds.sh: be quieterRobin H. Johnson2020-04-241-2/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create: fix missing continuation20200106T181836ZRobin H. Johnson2020-01-061-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: improve snapshot creation temp filenames20200105T065909ZRobin H. Johnson2020-01-041-6/+10
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix cleanup codeRobin H. Johnson2020-01-041-2/+5
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix cleanup bug20200104T064716ZRobin H. Johnson2020-01-031-6/+23
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: try to debug cleanup calls20200103T072500ZRobin H. Johnson2020-01-021-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: missed label updateRobin H. Johnson2019-12-221-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: support alt vars source20191221T144059ZRobin H. Johnson2019-12-211-1/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix cleanup of EXCLUSION_LISTRobin H. Johnson2019-12-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix overquotingRobin H. Johnson2019-12-211-7/+7
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: SC2066Robin H. Johnson2019-12-211-0/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix SC2143Robin H. Johnson2019-12-211-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: fix SC2006Robin H. Johnson2019-12-211-2/+2
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: improve cleanup codeRobin H. Johnson2019-12-211-5/+7
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: minor readability improvement20191221T130302ZRobin H. Johnson2019-12-211-2/+6
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: shellcheck cleanupsRobin H. Johnson2019-12-211-19/+19
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: change back to manual creation of new tarballRobin H. Johnson2019-12-211-9/+27
| | | | | | | | Perl Archive::Tar::Stream does not handle gnutar archives correctly if the file names are long. Fixes: https://bugs.gentoo.org/703460 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* snapshots-create.sh: refactor tar options and include full tarformat rationaleRobin H. Johnson2019-12-211-24/+45
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>