projects
/
sven
/
scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4627591
)
s/pkg/PKG/
author
Sven Hoexter
<sven@stormbind.net>
Sun, 18 Mar 2018 13:51:40 +0000
(14:51 +0100)
committer
Sven Hoexter
<sven@stormbind.net>
Sun, 18 Mar 2018 13:51:40 +0000
(14:51 +0100)
artifactory/aput.sh
patch
|
blob
|
history
diff --git
a/artifactory/aput.sh
b/artifactory/aput.sh
index 5ac296d132a2ed6860fa9870b4d849b94e48981b..50eb40abb9868176e36a387df5db4ac8165919ce 100755
(executable)
--- a/
artifactory/aput.sh
+++ b/
artifactory/aput.sh
@@
-46,7
+46,7
@@
curl -s "${REPO_URL}/${PKG};${DIST}deb.component=${COMPONENT};deb.architecture=$
ret="$?"
if [ "$ret" != "0" ]; then
- echo "ERROR: Uploading your package ${
pkg
} to ${REPO_URL} failed - aborting"
+ echo "ERROR: Uploading your package ${
PKG
} to ${REPO_URL} failed - aborting"
exit 1
fi
printf "\n"