summaryrefslogtreecommitdiff
path: root/stage
diff options
context:
space:
mode:
Diffstat (limited to 'stage')
-rwxr-xr-xstage12
1 files changed, 10 insertions, 2 deletions
diff --git a/stage b/stage
index 98e5aac..15d061d 100755
--- a/stage
+++ b/stage
@@ -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/ \
+ $*