Confirmed users
4,293
edits
No edit summary |
|||
Line 215: | Line 215: | ||
find . -depth -type d -iregex '.*/beta$' -exec rm -rf {} \; | find . -depth -type d -iregex '.*/beta$' -exec rm -rf {} \; | ||
for f in `find . -type f`; do rm $f; touch $f; done | for f in `find . -type f`; do rm $f; touch $f; done | ||
~/bin/backupsnip 20090802-Firefox-3.0.12-3.5.1-MU-null | Checked that there 370 empty snippets, to match 370 useful ones in the source dir, release channel only. | ||
~/bin/backupsnip 20090802-Firefox-3.0.12-3.5.1-MU-null | |||
'''NOT DONE YET''' | '''NOT DONE YET''' | ||
~/bin/pushsnip 20090802-Firefox-3.0.12-3.5.1-MU-null | ~/bin/pushsnip 20090802-Firefox-3.0.12-3.5.1-MU-null | ||
==== Push to mirrors ==== | ==== Push to mirrors ==== |