Skip to content

Commit

Permalink
Merge pull request #174 from xsuchy/pr141
Browse files Browse the repository at this point in the history
clarify --offline option #141
  • Loading branch information
dgoodwin committed May 14, 2015
2 parents 245696d + f5f9e22 commit 30ea82b
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions tito.8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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'.
Expand Down Expand Up @@ -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'.
Expand Down Expand Up @@ -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'.
Expand All @@ -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
--------

Expand Down

0 comments on commit 30ea82b

Please sign in to comment.