Merge lp://staging/~gesha/linaro-android-build-tools/sync-builds into lp://staging/linaro-android-build-tools
Proposed by
Georgy Redkozubov
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Paul Sokolovsky | ||||
Approved revision: | 414 | ||||
Merged at revision: | 410 | ||||
Proposed branch: | lp://staging/~gesha/linaro-android-build-tools/sync-builds | ||||
Merge into: | lp://staging/linaro-android-build-tools | ||||
Diff against target: |
868 lines (+853/-0) 3 files modified
utils/migrate-artifacts/builds-on-snapshots (+723/-0) utils/migrate-artifacts/config.py (+17/-0) utils/migrate-artifacts/sync-builds.py (+113/-0) |
||||
To merge this branch: | bzr merge lp://staging/~gesha/linaro-android-build-tools/sync-builds | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Paul Sokolovsky | Approve | ||
Linaro Infrastructure | Pending | ||
Review via email: mp+92170@code.staging.launchpad.net |
Description of the change
Script copies old artifacts from android-build to s.l.o like jenkins does.
It copies all builds from selected jobs via sftp to s.l.o and moves that artifacts using reshuffle-files script on s.l.o
To post a comment you must log in.
I would suggest removal of shebang line from config.py, renaming script's dir to be more specific (like "migrate- artifacts" ), and adding some comments to the top of the script with info on what it is and how to run it.