Skip to content

Commit

Permalink
retry fix for CentOS#259, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrooks committed Apr 27, 2017
1 parent ffb59e0 commit 7c143a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build_stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ fi

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 --depth=-1 --repo=/srv/repo --mirror centos-atomic-host centos-atomic-host/7/x86_64/standard

# temp fix for issue 259

ostree --repo=/srv/repo static-delta generate --from 841fae51e5b68716a9996ddbdb4e543855bbfab9c6e4cb433267b24e41e8bbc1 --to 91fe03fef75652f68a9974261b391faaeb5bd20f33abf09bb1d45511ba2df04e && ostree --repo=/srv/repo summary -u

## compose a new tree, based on defs in centos-atomic-host.json

rpm-ostree compose --repo=${OstreeRepoDir} tree ${GitDir}/centos-atomic-host.json |& tee ${BuildDir}/log.compose
Expand Down
2 changes: 1 addition & 1 deletion centos-atomic-host.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"documentation": false,

"initramfs-args": ["--no-hostonly", "--add", "iscsi"],
"automatic_version_prefix": "7.20170421",
"automatic_version_prefix": "7.20170427",
"mutate-os-release": "7",
"postprocess-script": "treecompose-post.sh",

Expand Down

0 comments on commit 7c143a8

Please sign in to comment.