canmove, Confirmed users
2,850
edits
ChrisCooper (talk | contribs) No edit summary |
ChrisCooper (talk | contribs) |
||
Line 360: | Line 360: | ||
Forced push_to_mirrors builder after verifying the the rsync excludes had landed in svn -> https://bugzilla.mozilla.org/attachment.cgi?id=655378 | Forced push_to_mirrors builder after verifying the the rsync excludes had landed in svn -> https://bugzilla.mozilla.org/attachment.cgi?id=655378 | ||
Adjusted index files: | Adjusted index files: | ||
Line 371: | Line 369: | ||
sed -i -e "s/13/$version/g" index.html | sed -i -e "s/13/$version/g" index.html | ||
for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | for dir in `find . -mindepth 1 -type d `; do cp -pv index.html $dir/; done | ||
'''<font color="red">DONE TO HERE</font>''' |