mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
clarify --offline option #141
This commit is contained in:
parent
4091af9591
commit
f5f9e22437
1 changed files with 14 additions and 6 deletions
|
@ -116,8 +116,8 @@ show this help message and exit
|
|||
print debug messages (can be also set using DEBUG environment variable)
|
||||
|
||||
--offline::
|
||||
do not attempt any remote communication (avoid using
|
||||
this please)
|
||||
do not attempt any remote communication. Avoid using
|
||||
this please. See OFFLINE section below.
|
||||
|
||||
-o 'OUTPUTDIR', --output='OUTPUTDIR'::
|
||||
Write temp files, tarballs and RPMs to 'OUTPUTDIR'.
|
||||
|
@ -183,8 +183,8 @@ show this help message and exit
|
|||
print debug messages (can be also set using DEBUG environment variable)
|
||||
|
||||
--offline::
|
||||
do not attempt any remote communication (avoid using
|
||||
this please)
|
||||
do not attempt any remote communication. Avoid using
|
||||
this please. See OFFLINE section below.
|
||||
|
||||
-o 'OUTPUTDIR', --output='OUTPUTDIR'::
|
||||
Write temp files, tarballs and RPMs to 'OUTPUTDIR'.
|
||||
|
@ -234,8 +234,8 @@ show this help message and exit
|
|||
print debug messages (can be also set using DEBUG environment variable)
|
||||
|
||||
--offline::
|
||||
do not attempt any remote communication (avoid using
|
||||
this please)
|
||||
do not attempt any remote communication. Avoid using
|
||||
this please. See OFFLINE section below.
|
||||
|
||||
-o 'OUTPUTDIR', --output='OUTPUTDIR'::
|
||||
Write temp files, tarballs and RPMs to 'OUTPUTDIR'.
|
||||
|
@ -251,6 +251,14 @@ Print out the list for all packages with changes
|
|||
between their most recent tag and HEAD. Useful for
|
||||
determining which packages are in need of a re-tag.
|
||||
|
||||
OFFLINE
|
||||
-------
|
||||
|
||||
Offline lets you potentially do builds you can't reproduce, normally we check
|
||||
that the tag you're building exists in the remote repo. If it hasn't been
|
||||
pushed, it's quite easy to do a build that will result in a checksum that is no
|
||||
longer the same. This is something you should try to avoid.
|
||||
|
||||
EXAMPLES
|
||||
--------
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue