Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
forge001
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
forge001
Commits
17f39562
Commit
17f39562
authored
11 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
added TODO/comment about store information in MongoDB backend
parent
48e1d365
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
textarchive/vlib001.pl
+12
-0
12 additions, 0 deletions
textarchive/vlib001.pl
with
12 additions
and
0 deletions
textarchive/vlib001.pl
+
12
−
0
View file @
17f39562
...
@@ -58,6 +58,7 @@ while (my $arg= shift (@ARGV))
...
@@ -58,6 +58,7 @@ while (my $arg= shift (@ARGV))
if
(
$arg
eq
'
--project
')
{
$project
=
shift
(
@ARGV
);
}
if
(
$arg
eq
'
--project
')
{
$project
=
shift
(
@ARGV
);
}
elsif
(
$arg
eq
'
--store
')
{
$store
=
shift
(
@ARGV
);
}
elsif
(
$arg
eq
'
--store
')
{
$store
=
shift
(
@ARGV
);
}
elsif
(
$arg
eq
'
--fileinfo
')
{
$refresh_fileinfo
=
1
;
}
elsif
(
$arg
eq
'
--fileinfo
')
{
$refresh_fileinfo
=
1
;
}
elsif
(
$arg
eq
'
--maint
')
{
$op_mode
=
'
maint
';
}
elsif
(
$arg
=~
/^--(refresh|verify|lookup|edit)$/
)
{
$op_mode
=
$
1
;
}
elsif
(
$arg
=~
/^--(refresh|verify|lookup|edit)$/
)
{
$op_mode
=
$
1
;
}
}
}
elsif
(
$arg
=~
/^-/
)
elsif
(
$arg
=~
/^-/
)
...
@@ -128,6 +129,17 @@ elsif ($op_mode eq 'lookup')
...
@@ -128,6 +129,17 @@ elsif ($op_mode eq 'lookup')
print
"
res:
",
Dumper
(
$res
);
print
"
res:
",
Dumper
(
$res
);
}
}
}
}
elsif
(
$op_mode
eq
'
maint
')
{
=begin comment
For MongoDB backend: synchronize information about stores with maint collection
=end comment
=cut
}
# print "objreg: (after refresh)", Dumper ($objreg);
# print "objreg: (after refresh)", Dumper ($objreg);
...
...
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