~ubuntu-archive/ubuntu-archive-scripts/trunk

« back to all changes in this revision

Viewing changes to livefs-build-logs-mirror

  • Committer: Ubuntu Archive
  • Date: 2014-04-03 07:44:50 UTC
  • Revision ID: ubuntu-archive@lillypilly.canonical.com-20140403074450-pdk92ygd5qn9f9i2
Add arm64 and ppc64el to livefs-logs

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
i386="cardamom"
6
6
powerpc="royal"
7
7
arm="kishi00"
 
8
arm64="magic"
 
9
ppc64el="fisher01"
8
10
 
9
11
mkdir -p /home/ubuntu-archive/public_html/livefs-build-logs
10
12
cd /home/ubuntu-archive/public_html/livefs-build-logs
37
39
    $ret
38
40
}
39
41
 
40
 
for machine in $amd64 $i386 $powerpc $arm; do
 
42
for machine in $amd64 $i386 $powerpc $arm $arm64 $ppc64el; do
41
43
    mirror "$machine" &
42
44
    RES="$RES $!"
43
45
done