Skip to content
Snippets Groups Projects
Commit 7ce9b081 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

started "updated" option, not completed

parent d26ea1dd
Branches
No related tags found
No related merge requests found
......@@ -120,6 +120,15 @@ if ($op_code eq 'register')
sleep(3) if (@PARS);
}
}
elsif ($op_code eq 'update')
{
while (my $identifier= shift (@PARS))
{
next if ($identifier eq 'identifier'); # TSV header ...
# register_url ($cnf, $repo_url); does not work that way!!
sleep(3) if (@PARS);
}
}
elsif ($op_code eq 'order')
{
my $order_count= shift (@PARS) || 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment