Closed
Bug 582980
Opened 15 years ago
Closed 15 years ago
have one unified script that is a consumable product to download latest builds
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 628685
People
(Reporter: k0scist, Unassigned)
References
Details
There are at least five separate pieces of code (six if you count buildbot) whose intent is to either download the latest compiled version of a product or to print the URL of said product:
- http://hg.mozilla.org/automation/getlatest-tinderbox/
- https://bugzilla.mozilla.org/show_bug.cgi?id=528064
- http://test.bclary.com/bin/download.sh
- http://code.google.com/p/mozregression/source/browse/trunk/runnightly.py
- http://hg.mozilla.org/users/tmielczarek_mozilla.com/nightly-db/file/tip/scrapenightly.py
There are probably many more that I'm not aware of.
In fact, there should be only one. A single unified and consumable product should be created for this purpose. The product should be presented in such a way that users/developers know that there is no need to write more instances of the same software. The duplicate products should be obseleted.
Comment 1•15 years ago
|
||
Note that the intention of the nightly-db code in my user repo is to populate a db:
http://ted.mielczarek.org/mozilla/nightly/
(I think the cron job got disabled in a server migration, so it's a bit behind the times.)
Comment 2•15 years ago
|
||
Also, buildbot doesn't count because it doesn't have to scrape anything. It knows where the build slave uploaded the build, and just passes that URL to the test slaves.
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•