From 0d3f15685d56f8f00116384ebd65dfdfbe0f3452 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 16 2020 01:46:55 +0000 Subject: README: update with more specifics for packit --- diff --git a/README.md b/README.md index ff94bf9..4bd81f3 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,24 @@ The tokens come from: - https://src.fedoraproject.org/settings#nav-api-tab - https://github.com/settings/tokens +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: ```