diff options
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/" |