Merge lp:~fboudra/linaro-license-protection/update-path-to-snapshots into lp:~linaro-automation/linaro-license-protection/trunk

Proposed by Fathi Boudra
Status: Merged
Approved by: Deepti B. Kalakeri
Approved revision: 68
Merged at revision: 68
Proposed branch: lp:~fboudra/linaro-license-protection/update-path-to-snapshots
Merge into: lp:~linaro-automation/linaro-license-protection/trunk
Diff against target: 39 lines (+4/-4)
3 files modified
README (+1/-1)
scripts/jenkins-post-www.sh (+1/-1)
scripts/publish_to_snapshots.py (+2/-2)
To merge this branch: bzr merge lp:~fboudra/linaro-license-protection/update-path-to-snapshots
Reviewer Review Type Date Requested Status
Linaro Infrastructure Pending
Review via email: mp+104799@code.launchpad.net

Description of the change

Update path to snapshots.

To post a comment you must log in.
Revision history for this message
Deepti B. Kalakeri (deeptik) wrote :

+1 looks good.

Thanks!!!
Deepti.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README'
--- README 2012-02-24 10:21:16 +0000
+++ README 2012-05-04 19:17:17 +0000
@@ -42,7 +42,7 @@
4242
43 * android-build-linaro:43 * android-build-linaro:
4444
45 chrooted to /srv3/snapshots.linaro.org/www/android/ and allows sftp45 chrooted to /srv/snapshots.linaro.org/www/android/ and allows sftp
46 access to push files over; home directory46 access to push files over; home directory
4747
48 * android-build-linaro-trigger:48 * android-build-linaro-trigger:
4949
=== modified file 'scripts/jenkins-post-www.sh'
--- scripts/jenkins-post-www.sh 2012-02-07 22:59:26 +0000
+++ scripts/jenkins-post-www.sh 2012-05-04 19:17:17 +0000
@@ -1,6 +1,6 @@
1#!/bin/bash1#!/bin/bash
2BASE_PATH=/home/android-build-linaro/android/.tmp2BASE_PATH=/home/android-build-linaro/android/.tmp
3TARGET_PATH=/srv3/snapshots.linaro.org/www/android/3TARGET_PATH=/srv/snapshots.linaro.org/www/android/
44
5# Expected argument: username_jobname/buildno5# Expected argument: username_jobname/buildno
6build_path="$1"6build_path="$1"
77
=== modified file 'scripts/publish_to_snapshots.py'
--- scripts/publish_to_snapshots.py 2012-05-02 18:34:30 +0000
+++ scripts/publish_to_snapshots.py 2012-05-04 19:17:17 +0000
@@ -20,8 +20,8 @@
20parser.add_argument("-m", "--manifest", dest="manifest", action='store_true',20parser.add_argument("-m", "--manifest", dest="manifest", action='store_true',
21 help="Optional parameter to generate MANIFEST file")21 help="Optional parameter to generate MANIFEST file")
2222
23uploads_path = '/srv3/snapshots.linaro.org/uploads/'23uploads_path = '/srv/snapshots.linaro.org/uploads/'
24target_path = '/srv3/snapshots.linaro.org/www/'24target_path = '/srv/snapshots.linaro.org/www/'
25PASS = 0 25PASS = 0
26FAIL = 126FAIL = 1
27acceptable_job_types = [27acceptable_job_types = [

Subscribers

People subscribed via source and target branches