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
fe47397c
Commit
fe47397c
authored
11 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
updated pod section
parent
4f30ae10
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
textarchive/vlib001.pl
+18
-4
18 additions, 4 deletions
textarchive/vlib001.pl
with
18 additions
and
4 deletions
textarchive/vlib001.pl
+
18
−
4
View file @
fe47397c
...
@@ -11,16 +11,30 @@
...
@@ -11,16 +11,30 @@
options:
options:
* -p <project-name>
* -p <project-name>
* -s <store-name>
* -s <store-name>
* --verify ... verify/create TOC structures
* --verify ... verify/create TOC structures
(not for MongoDB)
* --fileinfo ... refresh file info
* --fileinfo ... refresh file info
* --lookup ... lookup for hashes given as parameters
* --lookup ... lookup for hashes given as parameters
* -D ... increase debug level
* -D ... increase debug level
=head1 DESCRIPTION
=head1 DESCRIPTION
Updates the _catalog file using md5cat scripts and registers the files in
Updates a file catalog using md5cat library methods and registers the
the project's object registry. The environment variable TABASE must point
files in the project's object registry. The environment variable TABASE
to the directory where the object registry's configuration is stored.
must point to the directory where the object registry's configuration
is stored.
=head1 BACKENDS
Currently two backends are available and mostly supported. The older
filesystem based TA::Hasher was more or less replaced by MongoDB.
=head2 MongoDB
The object registry is stored in a MongoDB.
=head2 TA::Hasher
Filesystem based storage backend for object information in JSON format
=cut
=cut
...
...
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