forked from TritonDataCenter/smartos-live
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfigure.erigonos
32 lines (30 loc) · 1.35 KB
/
configure.erigonos
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
mkdir -p projects/local
(cd projects/local >/dev/null && [[ -d ur-agent ]] \
|| git clone https://github.com/joyent/sdc-ur-agent.git ur-agent)
(cd projects/local >/dev/null && [[ -d kvm ]] \
|| git clone https://github.com/erigones/illumos-kvm.git kvm)
(cd projects/local >/dev/null && [[ -d kvm-cmd ]] \
|| git clone https://github.com/erigones/illumos-kvm-cmd.git kvm-cmd)
(cd projects/local >/dev/null && [[ -d mdata-client ]] \
|| git clone https://github.com/joyent/mdata-client.git mdata-client)
# default branch list if there isn't one
if [[ ! -f configure-branches ]]; then
cat >configure-branches <<EOF
# after editing, rerun configure
illumos-live: master
illumos-extra: master
illumos-joyent: master
kvm: master
kvm-cmd: master
mdata-client: master
EOF
fi
PUBLISHER="erigones"
RELEASE_VER="esdc_300"
SUNW_SPRO12_URL="https://download.joyent.com/pub/build/SunStudio.tar.bz2"
ON_CLOSED_BINS_URL="https://download.joyent.com/pub/build/illumos/on-closed-bins.i386.tar.bz2"
ON_CLOSED_BINS_ND_URL="https://download.joyent.com/pub/build/illumos/on-closed-bins-nd.i386.tar.bz2"
GET_ILLUMOS="git clone https://github.com/erigones/illumos-joyent.git illumos"
GET_ILLUMOS_EXTRA="git clone https://github.com/erigones/illumos-extra.git illumos-extra"
ILLUMOS_ADJUNCT_TARBALL_URL="https://download.joyent.com/pub/build/adjuncts/"
OVERLAYS="erigonos generic"