M README.md => README.md +0 -2
@@ 14,8 14,6 @@ APKBUILDs yourself, be aware that the version numbers here may be outdated.
When a new Alpine version is released:
1. Update the Alpine version in build.yml
-1. Comment out the custom repo and `./submit-build` with a simple package to
- bootstrap the index
1. Update non-sr.ht packages to latest upstream version, or bump pkgrel
1. `./submit-build` everything _except_ for *.sr.ht
1. Update pkgver in *.sr.ht packages, commit & push & run `./submit-build`
M submit-builds => submit-builds +2 -2
@@ 28,9 28,9 @@ for target in $*
do
if [ "$builds" = "" ]
then
- builds="'$target'"
+ builds="'${target#sr.ht/}'"
else
- builds="$builds, '$target'"
+ builds="$builds, '${target#sr.ht/}'"
fi
done
sed "s/packages: \\[\\]/packages: [$builds]/g" < build.yml | jq -sR '{