Closed
Bug 407680
Opened 18 years ago
Closed 18 years ago
staging release automation should clean externalStagingServer
Categories
(Release Engineering :: General, defect, P2)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: rhelmer)
Details
Attachments
(1 file)
929 bytes,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
The current release automation scheme uses a central "console" server where the release is prepared and staged, which is referred to in the config as stagingServer. The public areas are synced periodically to externalStagingServer.
For the staging release automation systems, we should add a buildbot step after "create staging area" that re-syncs stagingServer/externalStagingServer and removes any out-of-date files (e.g. "rsync --delete stagingServer:/home/ftp externalStagingServer:/home/ftp").
This step is only applicable to staging, as the purpose is to provide access to past releases for verification purposes (which will always be there in production), and to keep the staging machines from running out of disk space.
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → rhelmer
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 1•18 years ago
|
||
Attachment #292557 -
Flags: review?(nrthomas)
Updated•18 years ago
|
Attachment #292557 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 2•18 years ago
|
||
Comment on attachment 292557 [details] [diff] [review]
[checked in] clean external staging area
Checking in master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/automation/staging/master.cfg,v <-- master.cfg
new revision: 1.9; previous revision: 1.8
done
Attachment #292557 -
Attachment description: clean external staging area → [checked in] clean external staging area
Assignee | ||
Updated•18 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 18 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
•