From eda7a4a2dec67f39cd036a2fbfa644f2f290a605 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Jan 08 2017 10:19:46 +0000 Subject: Usage of nopush flag Readme should have Signed-off-by: Clement Verna --- diff --git a/README.md b/README.md index 8a1a9e3..3ac953a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ To add some new close status just edit the config file as follow. Where ```Foo`` --password TEXT FAS password --offset INTEGER Number of issue in pagure before import --help Show this message and exit. + --nopush Do not push the result of pagure-importer back $ pgimport fedorahosted https://fedorahosted.org/foobar --tags @@ -107,6 +108,13 @@ To add some new close status just edit the config file as follow. Where ```Foo`` This command will run the import using the username and password provided in the command line without prompting the user. This is usefull to use pgimport in a script. + $ pgimport fedorahosted https://fedorahosted.org/foobar --nopush + + This command will not push the temporary cloned repository where the importer creates the json + representation of the issues to import. This can be used to process the issues using the json files + before running the import. + Default location of the cloned repository is under /tmp/clone-foobar.git + 3) The push command can be used to push a clone pagure ticket repo back to pagure. $ pgimport push foobar.git