diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:56:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-26 16:56:34 +0200 |
commit | 40bc2a12c6ac34caf5de3c68bf4319fa41666221 (patch) | |
tree | 9061726f7a44f8f93627ab2137c9440f7fdbe629 /dist | |
parent | bd3ce4d1c33b53b26a7de54e4a701d90640ceac7 (diff) |
0.3.0 release updates0.3.0
Diffstat (limited to 'dist')
-rwxr-xr-x | dist | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -71,15 +71,15 @@ function dist() for t in $tools; do f=`dist $t` - mkdir -p cppget.org/repository/1/alpha/$t - cp $f cppget.org/repository/1/alpha/$t/ + mkdir -p cppget.org/repository/1/queue/$t + cp $f cppget.org/repository/1/queue/$t/ done dist build2-toolchain # Regenerate repository manifests. # -cppget.org/update cppget.org/repository/1/ +cppget.org/update cppget.org/repository/1/queue cd $owd info "distribution in build2-$v/" |