Created
June 30, 2021 15:52
-
-
Save ehelms/14f789bc63a125484f2d58241a094991 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd forklift/ | |
ansible-playbook pipelines/install_pipeline.yml -e @pipelines/vars/common/foreman_nightly_centos7.yml -e koji_task_ids=[] | |
cd foreman | |
rake pk:generate_source | |
ls pkg/foreman-2.6.0.tar.gz | |
cd foreman-packaging | |
git checkout rpm/develop | |
cp ../foreman/pkg/foreman-2.6.0.tar.gz packages/foreman/foreman/ | |
obal bump-release foreman | |
comment out https://github.com/theforeman/foreman-packaging/blob/rpm/develop/package_manifest.yaml#L90-L98 | |
obal scratch foreman | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment