aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2006-02-23 11:17:49 +0000
committerFlorent Villard <warly@mandriva.com>2006-02-23 11:17:49 +0000
commitc46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4 (patch)
tree7810863b61b479e4552ca07eb8dd109a6b3a44b0
parentc51dc8f12ab71c222c41db046a67eeb1c3b10f65 (diff)
downloadiurt-c46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4.tar
iurt-c46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4.tar.gz
iurt-c46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4.tar.bz2
iurt-c46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4.tar.xz
iurt-c46ec9a8f1c6e4241e1fea3918c9e839d7dc1ff4.zip
add Mooby synoptics
-rwxr-xr-xiurt211
1 files changed, 8 insertions, 3 deletions
diff --git a/iurt2 b/iurt2
index 95225f7..907508d 100755
--- a/iurt2
+++ b/iurt2
@@ -37,15 +37,20 @@ use MIME::Words qw(encode_mimewords);
use Fcntl ':flock';
use Mkcd::Commandline qw(parseCommandLine usage);
-my $program_name = 'iurt';
+my $program_name = 'iurt2';
# sessing parameters
my $arg = @ARGV;
my (@params, %run);
$run{todo} = [ ];
@params = (
# [ "one letter option", "long name option", "number of args (-X means ´at least X´)", "help text", "function to call", "log info"]
- [ "", "$program_name", 0, "[options]",
- "$program_name rebuild bot",
+ [ "", "$program_name", 0, "[--cache] [--concurrent-run] [--config foo value] [--warn] [--verbose integer]
+ [--copy_srpm] [--debug] [--distro] [--no_rsync] [--stop {p|c|i|l|b|a|s}]
+ [--use-syste)-distrib] [--dir] [--help foo?] [--log filename] [--unionfs]
+ {--config_help |
+ --chroot --arch {i586|x86_64|ppc} --distro {cooker|2006.0|community/2006.0|...} } |
+ --rebuild {cooker|2006.0|community/2006.0|...} {i586|x86_64|ppc|...} {filename1.src.rpm} {filename2.src.rpm} ... {filenamen.src.rpm} }",
+ "$program_name is a perl script to rebuild automatically several rpm in chroot, given a sourcerpm repository, and mail authors or rebuilder when problems occurs.",
sub { $arg or usage($program_name, \@params) }, "" ],
[ "", "distro", 1, "<distro>",
"Set the distribution",