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 Comma separated list of target branches in dist-git to release
23 into. (defaults to 'master')
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
32 --force-new-sources
33 Upload the new sources also when the archive is already in the
34 lookaside cache.
35
36 --no-pr
37 Do not create a pull request to downstream repository.
38
39 --remote TEXT
40 Name of the remote to discover upstream project URL, If this is
41 not specified, default to origin.
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 16-Apr-2020 PACKIT PROPOSE-UPDATE(1)