Browse Source

Silence normal pull output

Justin Wood 9 years ago
parent
commit
b53051f372
2 changed files with 2 additions and 2 deletions
  1. 1 1
      bin/build
  2. 1 1
      bin/build_full

+ 1 - 1
bin/build

@@ -1,2 +1,2 @@
-hg pull -u
+hg pull -q -u
 ttree -f etc/ttree.cfg $@

+ 1 - 1
bin/build_full

@@ -1,5 +1,5 @@
 cd /data/static/build/seamonkeyproject-org && \
-hg pull -u > /dev/null || exit 1
+hg pull -q -u > /dev/null || exit 1
 rm -f dest &&
 mkdir dest &&
 ttree -f etc/ttree.cfg $@