Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-05 | scripts/deplist: remove obsolete map entry. | Zach van Rijn | 1 | -1/+0 | |
2022-12-23 | scripts/tsort.c: clean up some non-portable code. | Zach van Rijn | 1 | -2/+3 | |
Many variants of this utility are floating around; there does not appear to be a canonical implementation. This one works for us. * removed non-portable '#include <sys/cdefs.h>'; * replaced legacy 'bcopy' with 'memmove' as recommended The code is still C99 but could be ported to C89 trivially. | |||||
2022-10-31 | scripts/deplist: add 'cmd:xsltproc' exception. do not scan 'legacy/' repo. | Zach van Rijn | 2 | -1/+2 | |
2022-10-21 | scripts/cargo.pl: helper script for maintaining rust-based packages | Síle Ekaterin Liszka | 1 | -0/+32 | |
2022-10-21 | scripts/deplist: update for { llvm13 --> llvm14 } bump. | Zach van Rijn | 1 | -3/+3 | |
2022-06-04 | scripts/deplist: factor for clearer error messages. | Zach van Rijn | 1 | -6/+17 | |
2022-05-21 | scripts/depsort: implement package exclusion. fixes adelie-infra/autobuilder#16. | Zach van Rijn | 1 | -1/+115 | |
This is included in the 'packages.git' repository because it may be useful to temporarily prevent packages from building in development branches. The build plan is generated from this repository instead of autobuilder in the first place, so putting it here makes sense. | |||||
2022-05-11 | scripts/deplist: add missing mapping for two 'cmd:' entries. | Zach van Rijn | 1 | -0/+2 | |
2022-04-30 | scripts/*: add dependency resolver. | Zach van Rijn | 6 | -0/+1123 | |
2021-10-18 | scripts/healthchecks: include package category in download error log | Zach van Rijn | 1 | -2/+2 | |
2021-10-06 | scripts/healthchecks: detect HTML documents | Zach van Rijn | 1 | -0/+6 | |
2021-10-06 | scripts/healthchecks: make failure records persistent | Zach van Rijn | 1 | -7/+10 | |
2021-10-05 | scripts/healthchecks: store package source and resources in named/versioned ↵ | Zach van Rijn | 1 | -8/+8 | |
directories | |||||
2021-10-05 | scripts/healthchecks: add new upstream source url and file validator | Zach van Rijn | 1 | -0/+221 | |
2019-07-05 | bootstrap: make it work(-ish) again | A. Wilcox | 1 | -14/+11 | |
2018-07-20 | scripts: add our modified bootstrap.sh to Git | A. Wilcox | 1 | -0/+126 | |
Told you it'd happen some day. |