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,
16 it defaults to the current working directory
17
18 VERSION argument is optional, the latest upstream version
19 will be used by default
20
21
23 --dist-git-branch TEXT
24 Comma separated list of target branches in dist-git to release
25 into. (defaults to all branches)
26
27 --dist-git-path TEXT
28 Path to dist-git repo to work in. Otherwise clone the repo in a
29 temporary directory.
30
31 --local-content
32 Do not checkout release tag. Use the current state of the repo.
33 This option is set by default for source-git repos
34
35 --force-new-sources
36 Upload the new sources also when the archive is already in the
37 lookaside cache.
38
39 --pr / --no-pr
40 Create a pull request to downstream repository or push directly.
41 If not set, defaults to value set in configuration.
42
43 --upstream-ref TEXT
44 Git ref of the last upstream commit in the current branch from
45 which packit should generate patches (this option implies the
46 repository is source-git).
47
48 -f, --force
49 Don't discard changes in the git repo by default, unless this is
50 set.
51
52
53
54 2023-01-20 PACKIT PROPOSE-DOWNSTREAM(1)