The vagrant-sshfs rpms
| .gitignore | ||
| .packit.yaml | ||
| README.md | ||
| sources | ||
| vagrant-sshfs.spec | ||
This repo can be controlled with packit.
You'll need a packit.yaml file created.
$ cat <<EOF > ~/.config/packit.yaml
debug: false
authentication:
# github.com:
# token: XXX
pagure:
token: XXX
instance_url: "https://src.fedoraproject.org"
EOF
The tokens come from:
- https://src.fedoraproject.org/settings#nav-api-tab
- https://github.com/settings/tokens (not needed for this)
Packit uses the rawhide branch. Make sure the rawhide branch
in the local repo is up to date with latest upstream master. This
can be tricky depending on if master tracks your fork or the
upstream repo.
Then from this repo you can open a PR with:
$ packit propose-downstream --dist-git-branch rawhide
If that is not picking up the latest version for some reason you can specify the latest version with a syntax like:
$ packit propose-downstream --dist-git-branch rawhide https://github.com/dustymabe/vagrant-sshfs.git 1.3.7
You can kick off a build with:
$ packit build
Then sync to other branches and fedpkg build those too.