Skip to content

Commit

Permalink
remove temp fix, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrooks authored and cgwalters committed Apr 20, 2017
1 parent 4c37200 commit ffb59e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build_stage1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ 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 d433342b09673c9c4d75ff6eef50a447e73a7541491e5197e1dde14147b164b8 --to 841fae51e5b68716a9996ddbdb4e543855bbfab9c6e4cb433267b24e41e8bbc1 && 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.20170405",
"automatic_version_prefix": "7.20170421",
"mutate-os-release": "7",
"postprocess-script": "treecompose-post.sh",

Expand Down

0 comments on commit ffb59e0

Please sign in to comment.