diff options
author | Tomas Krizek <tomas.krizek@nic.cz> | 2019-04-10 13:10:54 +0200 |
---|---|---|
committer | Tomas Krizek <tomas.krizek@nic.cz> | 2019-04-18 17:09:56 +0200 |
commit | 881ce205004a36234a1660827fe28187c29c66dd (patch) | |
tree | 8b600e472f25859638a45ddc9b38937c33b4980e /scripts | |
parent | distro/rpm: create knot-resolver-module-http package (diff) | |
download | knot-resolver-881ce205004a36234a1660827fe28187c29c66dd.tar.xz knot-resolver-881ce205004a36234a1660827fe28187c29c66dd.zip |
scripts: update obs-testbuild.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/obs-testbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/obs-testbuild.sh b/scripts/obs-testbuild.sh index f44cecc3..e474ff44 100755 --- a/scripts/obs-testbuild.sh +++ b/scripts/obs-testbuild.sh @@ -29,7 +29,7 @@ if [[ $(git status --porcelain | wc -l) -ne 0 ]]; then fi # Create tarball -scripts/make-archive.sh +scripts/make-dev-archive.sh # Submit to OBS scripts/make-distrofiles.sh -s |