~dricottone/huttese-apk

bd5ba825bc7e982574869e6a5a4daec5a5c05940 — Drew DeVault 5 years ago f80dffa
Update submit-builds to support paths
2 files changed, 2 insertions(+), 4 deletions(-)

M README.md
M submit-builds
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 '{