Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump_packaging needs foreman-packaging cloned into ~/dev and run the following #401

Open
Tracked by #336
ekohl opened this issue Aug 6, 2024 · 1 comment · May be fixed by #199
Open
Tracked by #336

Bump_packaging needs foreman-packaging cloned into ~/dev and run the following #401

ekohl opened this issue Aug 6, 2024 · 1 comment · May be fixed by #199

Comments

@ekohl
Copy link
Member

ekohl commented Aug 6, 2024

Pip install obal
Yum install git-annex rpmdev-tools
In ~/.gitconfig

[alias]
  ph = "!git push $(whoami) HEAD --set-upstream --quiet"
  pr = "!hub pull-request"
  phr = "!git ph && git pr"
@ekohl ekohl mentioned this issue Aug 6, 2024
16 tasks
@ekohl ekohl linked a pull request Aug 6, 2024 that will close this issue
@ekohl
Copy link
Member Author

ekohl commented Aug 6, 2024

Note the ~/dev directory is configurable:

GIT_DIR="${GIT_DIR:-$HOME/dev}"

You can override it in settings.local:

# load user local settings
if [[ -f "settings.local" ]]; then
. "settings.local"
fi

It now clones foreman-packaging as needed, but 940a720 was probably merged after you got started.

Additional installations are added in #199

The additional aliases aren't documented. It may be better to avoid them and call the commands directly. Let's take that part to #337

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant