diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 20:38:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 20:38:58 +0200 |
commit | af1a90c458819f39156ea9530af29833b5881d10 (patch) | |
tree | a78d92e582fb6fd4f677495115a18ee85a47bad1 /tests/repository | |
parent | af00f71ee83a06fa8bb0066b01e2565619b298ae (diff) |
Use build2.org to host test repositories
Diffstat (limited to 'tests/repository')
-rwxr-xr-x | tests/repository/publish (renamed from tests/repository/publish.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/repository/publish.sh b/tests/repository/publish index 2124ead..df3245b 100755 --- a/tests/repository/publish.sh +++ b/tests/repository/publish @@ -7,4 +7,4 @@ # --progress # rsync -v -rlpt --exclude '.*' --copy-unsafe-links --prune-empty-dirs \ ---delete-after $* 1/ pkg.cppget.org:/var/bpkg/tests/1/ +--delete-after $* 1/ build2.org:/var/bpkg/1/tests/ |