1PACKIT SYNC-FROM-DOWNSTpRaEcAkMi(t1)sync-from-downstreamPAMCaKnIuTalSYNC-FROM-DOWNSTREAM(1)
2
3
4
6 packit-sync-from-downstream - Copy synced files from Fedora dist-git
7 into...
8
10 packit sync-from-downstream [OPTIONS] [PATH_OR_URL]
11
13 Copy synced files from Fedora dist-git into upstream by opening a pull
14 request.
15
16 PATH_OR_URL argument is a local path or a URL to the upstream git
17 repository, it defaults to the current working directory
18
20 --dist-git-branch TEXT
21 Comma separated list of target branches in dist-git to sync
22 from. (defaults to 'master')
23
24 --upstream-branch TEXT
25 Target branch in upstream to sync to.
26
27 --no-pr
28 Do not create a pull request to upstream repository.
29
30 --fork / --no-fork
31 Push to a fork before creating a pull request.
32
33 --remote TEXT
34 Name of the remote where packit should push. If this is not
35 specified, push to a fork if the repo can be forked.
36
37 -f, --force
38 Don't discard changes in the git repo by default, unless this is
39 set.
40
41 -x, --exclude TEXT
42 File to exclude from sync
43
44
45
46 16-Apr-2020 PACKIT SYNC-FROM-DOWNSTREAM(1)