Closed Bug 614543 Opened 14 years ago Closed 14 years ago

Specify a default hg user name on Linux slaves

Categories

(SeaMonkey :: Release Engineering, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Assigned: Callek)

References

Details

SeaMonkey ran into a problem in the updates step of the 2.0.11 release with an hg abort due to a missing user name. This is what Ben from Mozilla releng says:


<bhearsum> yeah, we hit this too when we upgraded Mercurial
<bhearsum> we ended up adding:
<bhearsum> [ui]
<bhearsum> username = cltbld
<bhearsum> to ~/.hgrc


We should do the same, just with seabld instead of cltbld.

The patch in bug 614541 makes this specific case work as well, but we should care to be safe the next time.
Assignee: nobody → bugspam.Callek
Fixed on:
cb-sea-linux-tbox, cb-seamonkey-linux64-01, cb-seamonkey-linux-01, cn-sea-qm-win2k3-01

I ran the following commands:
cat ~/.hgrc  #Verifying File is not existing
echo "[ui]" > ~/.hgrc
echo "username = seabld" >> ~/.hgrc
cat ~/.hgrc #Verifying final outcome of commands
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Callek, thanks a lot!

Erm, cb-seamonkey-linux-02 is missing from your list, have you done it there as well? (-03 is covered by tracker for the case that it comes back up).
Blocks: 599858
err whops, I did do linux-02. and in fact I did *not* do win2k3 (I did the cn-sea-qm-centos5-01 though)...

no idea how I made that mistake
You need to log in before you can comment on or make changes to this bug.