M pkgkit => pkgkit +2 -2
@@ 4,10 4,10 @@ usage() {
printf "%s\n" "$0 add-repo [-s] <name> <key>"
printf "\t%s\n" "Trusts <key> and adds the local repo to /etc/apk/repositories"
printf "\t%s\n\n" "-s: set this key as default in abuild.conf"
- printf "%s\n" "$0 build [-cr] [-v <pkgver>] <packages...>"
+ printf "%s\n" "$0 build [-cu] [-v <pkgver>] <packages...>"
printf "\t%s\n" "Builds packages"
printf "\t%s\n" "-c: update checksums"
- printf "\t%s\n" "-r: update pkgrel"
+ printf "\t%s\n" "-u: update pkgrel"
printf "\t%s\n\n" "-v <pkgver>: update pkgver"
printf "%s\n" "$0 upload <ssh server> <remote path> <packages...>"
printf "\t%s\n" "Uploads packages via rsync and updates remote APKINDEX"
M sr.ht/build.yml => sr.ht/build.yml +1 -1
@@ 22,7 22,7 @@ tasks:
./pkgkit add-repo -s sr.ht ~/.abuild/alpine@sr.ht.rsa
- build: |
cd sr.ht-apkbuilds
- ./pkgkit build -cr $packages
+ ./pkgkit build -cu $packages
- deploy: |
cd sr.ht-apkbuilds/sr.ht
sshopts="-o StrictHostKeyChecking=no"