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
1=== modified file 'README'
2--- README 2012-02-24 10:21:16 +0000
3+++ README 2012-05-04 19:17:17 +0000
4@@ -42,7 +42,7 @@
5
6 * android-build-linaro:
7
8- chrooted to /srv3/snapshots.linaro.org/www/android/ and allows sftp
9+ chrooted to /srv/snapshots.linaro.org/www/android/ and allows sftp
10 access to push files over; home directory
11
12 * android-build-linaro-trigger:
13
14=== modified file 'scripts/jenkins-post-www.sh'
15--- scripts/jenkins-post-www.sh 2012-02-07 22:59:26 +0000
16+++ scripts/jenkins-post-www.sh 2012-05-04 19:17:17 +0000
17@@ -1,6 +1,6 @@
18 #!/bin/bash
19 BASE_PATH=/home/android-build-linaro/android/.tmp
20-TARGET_PATH=/srv3/snapshots.linaro.org/www/android/
21+TARGET_PATH=/srv/snapshots.linaro.org/www/android/
22
23 # Expected argument: username_jobname/buildno
24 build_path="$1"
25
26=== modified file 'scripts/publish_to_snapshots.py'
27--- scripts/publish_to_snapshots.py 2012-05-02 18:34:30 +0000
28+++ scripts/publish_to_snapshots.py 2012-05-04 19:17:17 +0000
29@@ -20,8 +20,8 @@
30 parser.add_argument("-m", "--manifest", dest="manifest", action='store_true',
31 help="Optional parameter to generate MANIFEST file")
32
33-uploads_path = '/srv3/snapshots.linaro.org/uploads/'
34-target_path = '/srv3/snapshots.linaro.org/www/'
35+uploads_path = '/srv/snapshots.linaro.org/uploads/'
36+target_path = '/srv/snapshots.linaro.org/www/'
37 PASS = 0
38 FAIL = 1
39 acceptable_job_types = [

Subscribers

People subscribed via source and target branches