summaryrefslogtreecommitdiff
path: root/stage
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:56:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:56:34 +0200
commit40bc2a12c6ac34caf5de3c68bf4319fa41666221 (patch)
tree9061726f7a44f8f93627ab2137c9440f7fdbe629 /stage
parentbd3ce4d1c33b53b26a7de54e4a701d90640ceac7 (diff)
0.3.0 release updates0.3.0
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/ \
+ $*