##// END OF EJS Templates
merge with stable
Martin von Zweigbergk -
r38870:c83ad576 merge @99 default
parent child Browse files
Show More
@@ -33,7 +33,7 b' if [ $(uname) = "Darwin" ] ; then'
33 33 fi
34 34 $DOCKER run -u $DBUILDUSER --rm -v $ROOTDIR/..:/mnt $CONTAINER \
35 35 sh -c "cd /mnt/$dn && DEB_BUILD_OPTIONS='${DEB_BUILD_OPTIONS:=}' contrib/packaging/builddeb --build --distid $DISTID --codename $CODENAME $@"
36 contrib/packaging/builddeb --cleanup --distid $DISTID --codename $CODENAME
36 (cd $ROOTDIR && contrib/packaging/builddeb --cleanup --distid $DISTID --codename $CODENAME)
37 37 if [ $(uname) = "Darwin" ] ; then
38 38 $DOCKER run -u $DBUILDUSER --rm -v $PWD/..:/mnt $CONTAINER \
39 39 sh -c "cd /mnt/$dn && make clean"
@@ -286,6 +286,7 b' Python <2.7.9 will filter SNI URLs'
286 286 finished applying clone bundle
287 287 searching for changes
288 288 no changes found
289 2 local changesets published
289 290 #endif
290 291
291 292 Stream clone bundles are supported
General Comments 0
You need to be logged in to leave comments. Login now