12
edits
No edit summary |
No edit summary |
||
Line 30: | Line 30: | ||
ssh $USER@rpmpackager1.srv.releng.use1.mozilla.com | ssh $USER@rpmpackager1.srv.releng.use1.mozilla.com | ||
* Get Old RPM, Spec from puppet, and extract spec from rpm, Also get new sources | * Get Old RPM, Spec from puppet, and extract spec from rpm, Also get new sources | ||
NEWHGVER= | NEWHGVER=4.4.1 # Set this appropriately | ||
NEWHGREL=1 #Set this too | NEWHGREL=1 #Set this too | ||
OLDHGVER=3. | OLDHGVER=3.9.1 | ||
OLDHGREL=1 | OLDHGREL=1 | ||
OLDHGFULL=$OLDHGVER-$OLDHGREL | OLDHGFULL=$OLDHGVER-$OLDHGREL | ||
Line 120: | Line 120: | ||
I'm not repeating the puppet user environment instructions here, but I will detail what you need to change for these nodes. | I'm not repeating the puppet user environment instructions here, but I will detail what you need to change for these nodes. | ||
==== 10.7 (Lion) ==== | ==== 10.7 (Lion) ==== | ||
* Disable a random production slave, commenting with whatever bug you need it for, (you're essentially doing a loan - but need puppet running) | * Disable a random production slave, commenting with whatever bug you need it for, (you're essentially doing a loan - but need puppet running) | ||
Line 171: | Line 131: | ||
chmod 755 ./py27_mercurial-dmg.sh | chmod 755 ./py27_mercurial-dmg.sh | ||
* Update the script to be the correct version | * Update the script to be the correct version | ||
OLDHGVER=3. | OLDHGVER=3.9.1 | ||
NEWHGVER= | NEWHGVER=4.4.1 | ||
sed -i "s/version=$OLDHGVER/version=$NEWHGVER/" ./py27_mercurial-dmg.sh | sed -i "s/version=$OLDHGVER/version=$NEWHGVER/" ./py27_mercurial-dmg.sh | ||
* Get the new tar.gz | * Get the new tar.gz | ||
Line 210: | Line 170: | ||
chmod 755 ./py27_mercurial-dmg.sh | chmod 755 ./py27_mercurial-dmg.sh | ||
* Update the script to be the correct version | * Update the script to be the correct version | ||
OLDHGVER=3. | OLDHGVER=3.9.1 | ||
NEWHGVER= | NEWHGVER=4.4.1 | ||
sed -i "s/version=$OLDHGVER/version=$NEWHGVER/" ./py27_mercurial-dmg.sh | sed -i "s/version=$OLDHGVER/version=$NEWHGVER/" ./py27_mercurial-dmg.sh | ||
* Get the new tar.gz | * Get the new tar.gz |
edits