mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-27 09:44:20 +00:00
abuild: fix typo
This commit is contained in:
parent
e970c74b0e
commit
f1dfa55428
@ -2349,7 +2349,7 @@ all() {
|
|||||||
snapshot() {
|
snapshot() {
|
||||||
# check if we setup vars correctly
|
# check if we setup vars correctly
|
||||||
[ -z "$disturl" ] && warning "Missing disturl in APKBUILD, auto uploading disabled."
|
[ -z "$disturl" ] && warning "Missing disturl in APKBUILD, auto uploading disabled."
|
||||||
[ -z "$svnurl" ] && [ -z "$giturl" ] && die "Missding repository url in APKBUILD!"
|
[ -z "$svnurl" ] && [ -z "$giturl" ] && die "Missing repository url in APKBUILD!"
|
||||||
[ -n "$svnurl" ] && [ -n "$giturl" ] && die "You can only use a single repository!"
|
[ -n "$svnurl" ] && [ -n "$giturl" ] && die "You can only use a single repository!"
|
||||||
local _date=$(date +%Y%m%d)
|
local _date=$(date +%Y%m%d)
|
||||||
local _format="tar.gz"
|
local _format="tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user