Browse Source

Bug 1150335 - switch hg repo steps to use hg not cvs. r=fox2mike

Justin Wood 9 years ago
parent
commit
a15f1264a1
4 changed files with 4 additions and 4 deletions
  1. 0 0
      .hgignore
  2. 1 1
      bin/build
  3. 1 1
      bin/build_full
  4. 2 2
      etc/ttree.cfg

+ 0 - 0
.cvsignore → .hgignore


+ 1 - 1
bin/build

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

+ 1 - 1
bin/build_full

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

+ 2 - 2
etc/ttree.cfg

@@ -22,8 +22,8 @@ ignore = ~$
 ignore = \.xml$
 ignore = \.xsl$
 ignore = \.var$
-# I should be able to do ^\.cvsignore$, but that doesn't work for some reason.
-ignore = \.cvsignore$
+# I should be able to do ^\.hgignore$, but that doesn't work for some reason.
+ignore = \.hgignore$
 ignore = Makefile$
 
 # ditto for things that should be copied rather than processed.