Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update autobuild extension listHEAD20241109T065956Zmaster | Andreas K. Hüttel | 12 days | 1 | -5/+3 |
| | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | create-squashfs-snapshot: major speedups20240926T054112Z | Robin H. Johnson | 2024-09-25 | 1 | -17/+18 |
| | | | | | | | | | | | | | | | | | | The old code was slowly building up more and more files, and re-running checksums of ALL files every pass. As of 2024/09/25 the full runtime was approaching 134 seconds of which 113 seconds was just the SHA512 re-running over ALL files. Instead of re-running over all files, produce and KEEP a dated signed checksum for each day's binary artifacts - then at the end, combine them with signature verification into the old style of file, so that existing tools keep working. Old runtime: 134 seconds New runtime: 21 seconds Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-squashfs-snapshot: add timestamps and diff success20240925T062243Z | Robin H. Johnson | 2024-09-24 | 1 | -2/+6 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-squashfs-snapshot: sort checksum files to avoid flaps20240923T050040Z | Robin H. Johnson | 2024-09-22 | 1 | -3/+8 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-squashfs-snapshot: shellcheck fixes20240922T050131Z | Robin H. Johnson | 2024-09-21 | 1 | -11/+13 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-squashfs-snapshot: finish up new signing code; but final output not ↵20240922T005249Z | Robin H. Johnson | 2024-09-21 | 1 | -14/+68 |
| | | | | | | yet rotated into place Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | create-squashfs-snapshot: work on daily snapshots | Robin H. Johnson | 2024-09-21 | 1 | -0/+24 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | fix: typo in sync-origin-mirror-releases.sh20240831T221806Z | Robin H. Johnson | 2024-08-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | feat(sync-origin-mirror-releases): save space on kestrel20240830T061350Z | Robin H. Johnson | 2024-08-29 | 1 | -1/+14 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | rsync-gen.sh: Exclude all dotfiles, remove obsolete CVS exclude20240508T052434Z | Michał Górny | 2024-05-08 | 1 | -6/+6 |
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> | ||||
* | rsync-gen.sh: do not use non-portable `which`20240125T063921Z | Sam James | 2024-01-25 | 1 | -2/+2 |
| | | | | | | Use `command -v` instead. We're hoping to remove which from @system. Signed-off-by: Sam James <sam@gentoo.org> | ||||
* | sign-autobuilds: link signatures20231012T234914Z | Robin H. Johnson | 2023-10-12 | 1 | -15/+62 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: fix accidental debug & verbose20231012T201122Z | Robin H. Johnson | 2023-10-12 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: fix variable name-induced confusion bugs in files being signed20231012T155212Z | Robin H. Johnson | 2023-10-12 | 1 | -11/+15 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: shellcheck fixes | Robin H. Johnson | 2023-10-12 | 1 | -15/+14 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: the resign loop was accidently broken years ago when a ↵20231009T044615Z | Robin H. Johnson | 2023-10-08 | 1 | -1/+2 |
| | | | | | | variable was renamed Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | verify-digests.sh: cleanup for newer systems20231009T044248Z | Robin H. Johnson | 2023-10-08 | 1 | -14/+37 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: tweak signing of latest*txt files, must be clearsigned-only20231009T040855Z | Robin H. Johnson | 2023-10-08 | 1 | -3/+44 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: also ensure only using the file ascs, not symlinks20231008T235758Z | Robin H. Johnson | 2023-10-08 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds.sh: ensure all tarballs, netboots, and latest*txt are signed20231008T235650Z | Robin H. Johnson | 2023-10-08 | 1 | -1/+25 |
| | | | | | | | | | | | | Some binary release artifacts were not being signed: - older tarballs with different suffix - netboot files - latest marker files. Ensure they are signed going forward, and a little bit of future proofing for other compress suffixes. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sync-distfiles: disable distfile symlinks20230913T202218Z | Robin H. Johnson | 2023-09-13 | 1 | -1/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sync-autobuilds: try to avoid resync of .sha256 & .DIGEST after signing20230910T015406Z | Robin H. Johnson | 2023-09-09 | 1 | -1/+4 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-autobuilds: make it easier to selectively debug | Robin H. Johnson | 2023-09-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sync-autobuilds.sh: raise max-delete for arm autobuilds size20230829T164006Z | Robin H. Johnson | 2023-08-29 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Makefile: add helper for applying tag | Robin H. Johnson | 2023-08-08 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | *: fix trap calls to ensure call on regular exit and errors20230808T145156Z | Robin H. Johnson | 2023-08-08 | 3 | -5/+5 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | snapshots-create.sh: hopefully make this script entirely quiet for normal runs | Robin H. Johnson | 2023-08-08 | 1 | -1/+3 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | snapshots-create: drop max threads to reduce spam | Robin H. Johnson | 2023-08-08 | 1 | -1/+4 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sync-autobuilds: update max-delete, lots of change per pass now20230808T045906Z | Robin H. Johnson | 2023-08-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-sync-binpackages: make the lock safer20230807T203847Z | Robin H. Johnson | 2023-08-07 | 1 | -4/+2 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-sync-binpackages: fix early exit on verbose | Robin H. Johnson | 2023-08-07 | 1 | -8/+18 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sign-sync-binpackages: refactor lockfile | Robin H. Johnson | 2023-08-07 | 1 | -4/+6 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | binpackages: new sign&sync script20230807T144611Z | Robin H. Johnson | 2023-08-07 | 1 | -0/+117 |
|\ | | | | | | | | | | | | | Merge remote-tracking branch 'origin/wip/dilfridge' Closes: https://bugs.gentoo.org/911793 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
| * | Abort noisily if lockfile existswip/dilfridge | Andreas K. Hüttel | 2023-08-07 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Silence errors for arches that have not uploaded yet | Andreas K. Hüttel | 2023-08-07 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Minor fixes after testing | Andreas K. Hüttel | 2023-08-07 | 1 | -8/+5 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Add --no-run-if-empty | Andreas K. Hüttel | 2023-08-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Make verbosity possible | Andreas K. Hüttel | 2023-08-06 | 1 | -5/+19 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Merge two scripts and speed things up | Andreas K. Hüttel | 2023-08-06 | 3 | -89/+102 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Some comments | Andreas K. Hüttel | 2023-08-06 | 1 | -2/+8 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Make syncing work | Andreas K. Hüttel | 2023-08-06 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | Make signing work | Andreas K. Hüttel | 2023-08-06 | 1 | -6/+8 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | first complete version | Andreas K. Hüttel | 2023-08-06 | 2 | -33/+35 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | fixes | Andreas K. Hüttel | 2023-08-05 | 1 | -14/+16 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | more details | Andreas K. Hüttel | 2023-08-05 | 2 | -5/+21 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | add sign-binpackages.sh | Andreas K. Hüttel | 2023-08-05 | 1 | -0/+41 |
| | | | | | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
| * | add sync-binpackages.sh | Andreas K. Hüttel | 2023-08-05 | 1 | -0/+19 |
|/ | | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org> | ||||
* | sign-autobuilds: avoid cleansign error on EEXISTS20221128T204158Z | Robin H. Johnson | 2022-11-28 | 1 | -8/+6 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | autobuilds: add loong20221012T163101Z | John Helmert III | 2022-10-12 | 2 | -4/+4 |
| | | | | Signed-off-by: John Helmert III <ajak@gentoo.org> | ||||
* | sign-autobuilds: try to avoid tty error output20220412T044222Z | Robin H. Johnson | 2022-04-11 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> |