diff options
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Stage build2 to cppget1 host. +# Stage packages in queue to cppget.org/queue.cppget.org. # # Usage: publish [<rsync-options>] # @@ -8,4 +8,12 @@ usage="$0 [<rsync-options>]" trap 'exit 1' ERR -cppget.org/publish cppget.org/repository/1/ cppget1:/var/bpkg/1/ $* +cppget.org/publish \ + cppget.org/repository/1/queue/ \ + cppget.org:/var/bpkg/1/queue/ \ + $* + +cppget.org/publish \ + cppget.org/repository/1/queue/ \ + queue.cppget.org:/var/bpkg/1/queue/ \ + $* |