The vagrant-sshfs rpms
Find a file
2021-05-03 16:28:01 -04:00
.gitignore specfile updates from Pavel Valena 2021-05-03 16:24:37 -04:00
.packit.yaml commit a packit.yaml file 2019-12-11 14:34:20 -05:00
README.md README: update with more specifics for packit 2020-03-15 21:46:55 -04:00
sources 1.3.6 upstream release 2021-05-03 16:28:01 -04:00
vagrant-sshfs.spec 1.3.6 upstream release 2021-05-03 16:28:01 -04:00

This repo can be controlled with packit.

You'll need a packit.yaml file created.

$ cat <<EOF > ~/.config/packit.yaml
debug: false
dry_run: false
authentication:
    github.com:
        token: XXX
    pagure:
        token: XXX
        instance_url: "https://src.fedoraproject.org"
EOF

The tokens come from:

Packit uses the master branch. Make sure the master 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-update

If that is not picking up the latest version for some reason you can specify the latest version with a syntax like:

$ packit propose-update https://github.com/dustymabe/vagrant-sshfs.git 1.3.4

You can kick off a build with:

$ packit build

Then sync to other branches and fedpkg build those too.