Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irma2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
irma2
Commits
7ce9b081
Commit
7ce9b081
authored
3 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
started "updated" option, not completed
parent
d26ea1dd
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dcd.pl
+9
-0
9 additions, 0 deletions
dcd.pl
with
9 additions
and
0 deletions
dcd.pl
+
9
−
0
View file @
7ce9b081
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment