Closed
Bug 763060
Opened 13 years ago
Closed 13 years ago
small change to build scripts for new prod admin node
Categories
(SeaMonkey :: Website, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nmaul, Assigned: InvisibleSmiley)
References
Details
We (IT/webops) have completed migrating the cluster that this site runs on to a new Admin node. In order to get the site back to an auto-updating script, the build scripts need a slight tweak... the pathing has changed a little.
bin/build_full:
cd /data/build/seamonkeyproject-org && \
new directory is:
cd /data/static/build/seamonkeyproject-org && \
The rsync and symlink lines further down the script are still okay. FWIW, this line isn't needed at all for us anymore- the cronjob cd's to the proper directory before calling bin/build_full-exclusive.pl (which calls bin/build_full), so the script shouldn't need to change directories again in our case.
You can commit this change any time. I have enabled the cron jobs, but I suspect they won't ever start working even after you commit this, because the "cd" is *before* the "cvs up". So let me know when you've fixed it upstream and I'll do the "cvs up" step manually to get it over the hump. :)
| Assignee | ||
Comment 1•13 years ago
|
||
Checking in build_full;
/www/seamonkeyproject-org/bin/build_full,v <-- build_full
new revision: 1.3; previous revision: 1.2
done
Assignee: nobody → jh
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Websites → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•