diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-03 18:50:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 12:26:23 +0300 |
commit | 0d3525d80fbeee78ae49384f2d722de20127a040 (patch) | |
tree | 6e60603e396c7cd0e781806782dfa31cb13980cf /tests/publish | |
parent | 87841c9288561a3ad580ae23bb288ff3d3d39719 (diff) |
Rename bpkg repository type to pkg
Diffstat (limited to 'tests/publish')
-rwxr-xr-x | tests/publish | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/publish b/tests/publish index 5d1e928..21c7898 100755 --- a/tests/publish +++ b/tests/publish @@ -22,7 +22,7 @@ for o in "$@"; do esac done -# Publish bpkg test repositories. +# Publish test pkg repositories. # rsync -v -rlpt --copy-unsafe-links \ --prune-empty-dirs --delete-after --delete-excluded $* \ @@ -34,7 +34,7 @@ rsync -v -rlpt --copy-unsafe-links \ --exclude '*' \ test/*/pkg/1/build2.org/ build2.org:/var/pkg/1/ -# Publish git test repositories. +# Publish test git repositories. # urls=('git.build2.org:/var/scm/testing/bpkg/unadv' \ 'git.build2.org:/var/scm/testing/bpkg/advonly') |