File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ volgroup atomicos pv.01
26
26
logvol / --size=3000 --fstype=" xfs" --name=root --vgname=atomicos
27
27
28
28
# Equivalent of %include fedora-repo.ks
29
- ostreesetup --osname=" centos-atomic-host" --remote=" centos-atomic-host" --ref=" centos-atomic-host/7/x86_64/standard " --url=" http://192.168.122.1:8000/repo/" --nogpg
29
+ ostreesetup --osname=" centos-atomic-host" --remote=" centos-atomic-host" --ref=" centos-atomic-host/7/x86_64/devel/continuous " --url=" http://192.168.122.1:8000/repo/" --nogpg
30
30
31
31
reboot
32
32
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ part pv.01 --grow
25
25
volgroup atomicos pv.01
26
26
logvol / --size=3000 --fstype=" xfs" --name=root --vgname=atomicos
27
27
28
- ostreesetup --osname=" centos-atomic-host" --remote=" centos-atomic-host" --ref=" centos-atomic-host/7/x86_64/standard " --url=" http://192.168.122.1:8000/repo/" --nogpg
28
+ ostreesetup --osname=" centos-atomic-host" --remote=" centos-atomic-host" --ref=" centos-atomic-host/7/x86_64/devel/continuous " --url=" http://192.168.122.1:8000/repo/" --nogpg
29
29
30
30
reboot
31
31
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ VERSION=7.$( date +%Y%m%d )-devel
18
18
19
19
# # make treefile configurable
20
20
21
- TreeFile=" ${TreeFile:- centos-atomic-host.json} "
21
+ TreeFile=" ${TreeFile:- centos-atomic-host-continuous .json} "
22
22
23
23
DateStamp=$( date +%Y%m%d_%H%M%S )
24
24
BuildDir=$1
64
64
65
65
# sync repo from ds location
66
66
67
- ostree remote add --repo=/srv/repo centos-atomic-host --set=gpg-verify=false http://mirror.centos.org/centos/7/atomic/x86_64/repo && ostree pull --repo=/srv/repo --mirror centos-atomic-host centos-atomic-host/7/x86_64/standard
67
+ # ostree remote add --repo=/srv/repo centos-atomic-host --set=gpg-verify=false http://mirror.centos.org/centos/7/atomic/x86_64/repo && ostree pull --repo=/srv/repo --mirror centos-atomic-host centos-atomic-host/7/x86_64/standard
68
68
69
69
# # compose a new tree, based on defs in centos-atomic-host.json
70
70
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ outputdir =
6
6
os_name = centos-atomic-host
7
7
os_pretty_name = CentOS Atomic Host
8
8
docker_os_name = mirror.centos.org/centos7-atomic-builder
9
- tree_name = standard
9
+ tree_name = devel/continuous
10
10
tree_file = %(os_name)s.json
11
11
is_final = True
12
12
arch = x86_64
You can’t perform that action at this time.
0 commit comments