1PACKIT PROPOSE-UPDATE(1) packit propose-update Manual PACKIT PROPOSE-UPDATE(1)
2
3
4
6 packit-propose-update - Release current upstream release into Fedora...
7
9 packit propose-update [OPTIONS] [PATH_OR_URL] [VERSION]
10
12 Release current upstream release into 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 Target branch in dist-git to release into.
23
24 --dist-git-path TEXT
25 Path to dist-git repo to work in. Otherwise clone the repo in a
26 temporary directory.
27
28 --local-content
29 Do not checkout release tag. Use the current state of the repo.
30
31 --force-new-sources
32 Upload the new sources also when the archive is already in the
33 lookaside cache.
34
35 --no-pr
36 Do not create a pull request to downstream repository.
37
38 --remote TEXT
39 Name of the remote to discover upstream project URL, If this is
40 not specified, default to origin.
41
42 --upstream-ref TEXT
43 Git ref of the last upstream commit in the current branch from
44 which packit should generate patches (this option implies the
45 repository is source-git).
46
47 -f, --force
48 Don't discard changes in the git repo by default, unless this is
49 set.
50
51
52
53 24-Oct-2019 PACKIT PROPOSE-UPDATE(1)