The vagrant-sshfs rpms
Find a file
2025-01-19 14:04:48 +00:00
.gitignore specfile updates from Pavel Valena 2021-05-03 16:24:37 -04:00
.packit.yaml Updates to packit workflow 2022-06-20 22:45:26 -04:00
README.md Updates to packit workflow 2022-06-20 22:45:26 -04:00
sources [packit] 1.3.7 upstream release 2022-06-20 22:36:17 -04:00
vagrant-sshfs.spec Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 14:04:48 +00:00

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:

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.