Changeset 401
- Timestamp:
- Oct 3, 2012, 1:49:57 AM (10 years ago)
- Location:
- branches/contrib/bitten/slaves
- Files:
-
- 1 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/contrib/bitten/slaves/mips:ar71xx:ubntrspro.ini
r400 r401 5 5 6 6 [machine] 7 name = Oracle V M@ MacMini8 machine = i6867 name = Oracle VirtualBox @ MacMini 8 machine = mips:ar71xx:ubntrspro 9 9 processor = Intel(R) Core(TM) i7-2620M CPU @ 2.70GHz 10 10 -
branches/contrib/bitten/slaves/mips:ar71xx:ubntrspro.sh
r400 r401 1 1 #!/bin/bash 2 # DebWrt - Debian on Embedded devices 2 3 # 4 # Copyright (C) 2012 Johan van Zoomeren <amain@debwrt.net> 5 # 6 # This program is free software: you can redistribute it and/or modify 7 # it under the terms of the GNU General Public License as published by 8 # the Free Software Foundation, either version 3 of the License, or 9 # (at your option) any later version. 10 # 11 # This program is distributed in the hope that it will be useful, 12 # but WITHOUT ANY WARRANTY; without even the implied warranty of 13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 # GNU General Public License for more details. 15 # 16 # You should have received a copy of the GNU General Public License 17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 3 18 4 #--interval 10 \ 19 script=$(basename $0) 20 arch=${script/.*/} 21 ini=${arch}.ini 22 name=$(hostname -f) 23 work=~/${arch} 24 server="http://dev.debwrt.net" 25 26 cat <<EOF 27 Starting Bitten Slave 28 29 name: ${name} 30 arch: ${arch} 31 ini : ${ini} 32 work: ${work} 33 34 EOF 35 5 36 bitten-slave --verbose \ 6 --config ~/bitten-slave2.ini \ 7 --name slave2.debwrt.net \ 37 --single \ 8 38 --keep-files \ 9 --single \ 10 --work-dir ~/bitten \ 39 --config ${ini} \ 40 --work-dir ${work} \ 41 --name ${name{ \ 11 42 $@ \ 12 http://dev.debwrt.net43 ${server}
Note: See TracChangeset
for help on using the changeset viewer.