diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-09 16:21:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-03-09 16:21:55 +0200 |
commit | b6d8b9ed37f844102c4f9df25d92d54f96f9db51 (patch) | |
tree | 12c16951ba4a7a8985c46f451cdd40b674d149fd | |
parent | 2e9a698a0efdfe179cea557d7a204cdfaaca1b43 (diff) |
Improve staging script
-rwxr-xr-x | stage-pkg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ fi # Sync repository. # +info "Press Enter to start package upload" +read + etc/rep-publish "$repo_dir/" "$repo_host1/" $rsync_ops if [ -n "$repo_host2" ]; then |