1PACKIT PROPOSE-DOWNSTREApMa(c1k)it propose-downstream MaPnAuCaKlIT PROPOSE-DOWNSTREAM(1)
2
3
4
6 packit-propose-downstream - Land a new upstream release in Fedora.
7
9 packit propose-downstream [OPTIONS] [PATH_OR_URL] [VERSION]
10
12 Land a new upstream release in Fedora.
13
14 PATH_OR_URL argument is a local path or a URL to the upstream git
15 repository, it defaults to the current working directory
16
17 VERSION argument is optional, the latest upstream version will be used
18 by default
19
21 --dist-git-branch TEXT
22 Comma separated list of target branches in dist-git to release
23 into. (defaults to repo's default branch)
24
25 --dist-git-path TEXT
26 Path to dist-git repo to work in. Otherwise clone the repo in a
27 temporary directory.
28
29 --local-content
30 Do not checkout release tag. Use the current state of the repo.
31 This option is set by default for source-git repos
32
33 --force-new-sources
34 Upload the new sources also when the archive is already in the
35 lookaside cache.
36
37 --no-pr
38 Do not create a pull request to downstream repository.
39
40 --upstream-ref TEXT
41 Git ref of the last upstream commit in the current branch from
42 which packit should generate patches (this option implies the
43 repository is source-git).
44
45 -f, --force
46 Don't discard changes in the git repo by default, unless this is
47 set.
48
49
50
51 2021-03-18 PACKIT PROPOSE-DOWNSTREAM(1)