X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fscripts.git;a=blobdiff_plain;f=artifactory%2Faput.sh;fp=artifactory%2Faput.sh;h=5ac296d132a2ed6860fa9870b4d849b94e48981b;hp=0000000000000000000000000000000000000000;hb=46275912fe8e05bbefb2a0f5d1b5e3229230ff9b;hpb=fa4aa74d43d5b02116de37a00ccb295758e50756 diff --git a/artifactory/aput.sh b/artifactory/aput.sh new file mode 100755 index 0000000..5ac296d --- /dev/null +++ b/artifactory/aput.sh @@ -0,0 +1,62 @@ +#!/bin/bash + +APIKEY="" +DISTROS="jessie stretch" +COMPONENT="main" +BASE_URL="https://artifactory.foobar/artifactory" +REPO="foobar" +REPO_URL="${BASE_URL}/${REPO}" + +function help { + cat <