Closed
Bug 882635
Opened 12 years ago
Closed 12 years ago
move tools from https://mxr.mozilla.org/mozilla/source/tools/release/bin/ to hg
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
Details
Attachments
(1 file, 1 obsolete file)
|
6.98 KB,
patch
|
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
At least, the ones we still use.
| Assignee | ||
Comment 1•12 years ago
|
||
Nick, Rail brought up the question about whether or not we want to import history. I wanted to give you a chance to weigh in on that, so you get this review :).
I didn't include the dead scripts (backupsnip-nightly, check-sync, verify-locales.pl) because I don't think we'll be using them again.
My intention is to land this patch, clone to ffxbld/tbirdbld's homedirs, and then symlink the scripts into ~/bin.
Attachment #762002 -
Flags: review?(nthomas)
Comment 2•12 years ago
|
||
Comment on attachment 762002 [details] [diff] [review]
move snippet scripts to hg
We actually still run backupsnip-nightly under cron so please include that too. There's also an add-promptWaitTime.py on aus3-staging:~ffxbld/bin that I'd like to save before bug 858530 goes through.
History would only be 'nice to have', assuming you have an interest in looking at hg convert and some time to spend.
r- for the missing files, but feel free to grant yourself r+ with the changes suggested.
Attachment #762002 -
Flags: review?(nthomas) → review-
| Assignee | ||
Comment 3•12 years ago
|
||
Same as the previous, but includes backupsnip-nightly and add-promptWaitTime.py.
Attachment #762002 -
Attachment is obsolete: true
Attachment #762679 -
Flags: checked-in+
| Assignee | ||
Comment 4•12 years ago
|
||
Waiting for hg to be installed on ausupload so I can do clone/symlinking before closing this out.
| Assignee | ||
Comment 5•12 years ago
|
||
Installed and symlinked:
[root@ausupload1.dmz.phx1 ~]# ls -l ~ffxbld/bin ~tbirdbld/bin
/home/ffxbld/bin:
total 0
lrwxrwxrwx 1 ffxbld ffxbld 37 Jun 14 11:04 backupsnip -> /home/ffxbld/tools/release/backupsnip
lrwxrwxrwx 1 ffxbld ffxbld 45 Jun 14 11:04 backupsnip-nightly -> /home/ffxbld/tools/release/backupsnip-nightly
lrwxrwxrwx 1 ffxbld ffxbld 35 Jun 14 11:04 pushsnip -> /home/ffxbld/tools/release/pushsnip
/home/tbirdbld/bin:
total 0
lrwxrwxrwx 1 tbirdbld tbirdbld 39 Jun 14 11:05 backupsnip -> /home/tbirdbld/tools/release/backupsnip
lrwxrwxrwx 1 tbirdbld tbirdbld 47 Jun 14 11:05 backupsnip-nightly -> /home/tbirdbld/tools/release/backupsnip-nightly
lrwxrwxrwx 1 tbirdbld tbirdbld 37 Jun 14 11:05 pushsnip -> /home/tbirdbld/tools/release/pushsnip
I didn't symlink add-promptWaitTime.py because it didn't seem like it needs to be in bin.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•