summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)AuthorFilesLines
2023-04-05scripts/deplist: remove obsolete map entry.Zach van Rijn1-1/+0
2022-12-23scripts/tsort.c: clean up some non-portable code.Zach van Rijn1-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-31scripts/deplist: add 'cmd:xsltproc' exception. do not scan 'legacy/' repo.Zach van Rijn2-1/+2
2022-10-21scripts/cargo.pl: helper script for maintaining rust-based packagesSíle Ekaterin Liszka1-0/+32
2022-10-21scripts/deplist: update for { llvm13 --> llvm14 } bump.Zach van Rijn1-3/+3
2022-06-04scripts/deplist: factor for clearer error messages.Zach van Rijn1-6/+17
2022-05-21scripts/depsort: implement package exclusion. fixes adelie-infra/autobuilder#16.Zach van Rijn1-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-11scripts/deplist: add missing mapping for two 'cmd:' entries.Zach van Rijn1-0/+2
2022-04-30scripts/*: add dependency resolver.Zach van Rijn6-0/+1123
2021-10-18scripts/healthchecks: include package category in download error logZach van Rijn1-2/+2
2021-10-06scripts/healthchecks: detect HTML documentsZach van Rijn1-0/+6
2021-10-06scripts/healthchecks: make failure records persistentZach van Rijn1-7/+10
2021-10-05scripts/healthchecks: store package source and resources in named/versioned ↵Zach van Rijn1-8/+8
directories
2021-10-05scripts/healthchecks: add new upstream source url and file validatorZach van Rijn1-0/+221
2019-07-05bootstrap: make it work(-ish) againA. Wilcox1-14/+11
2018-07-20scripts: add our modified bootstrap.sh to GitA. Wilcox1-0/+126
Told you it'd happen some day.