Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bitia-cli
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bitia
bitia-cli
Commits
ea4dbcf1
Commit
ea4dbcf1
authored
2 years ago
by
dilawar
Browse files
Options
Downloads
Patches
Plain Diff
doc: fixes
#1
parent
37cc9add
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#3622
failed with stages
Stage:
Stage:
Stage:
in 11 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+4
-4
4 additions, 4 deletions
README.md
bitia/checksumdir.py
+0
-1
0 additions, 1 deletion
bitia/checksumdir.py
with
4 additions
and
5 deletions
README.md
+
4
−
4
View file @
ea4dbcf1
...
...
@@ -2,14 +2,14 @@
This is the cli utility of the BiTIA project. The other component is
`bitia-runner`
. Most users only need the cli client
`bitia`
to submit jobs.
Install it using pip.
Install it using
`
pip
`
.
```
python
3
-m pip install bitia
bitia --
version
python -m pip install bitia
--user
python -m
bitia --
help
```
## BiTIA runner
If you are self-hosting the BiTIA server, you need
`bitia-runner`
as well. See
the documents of
`bitia-runner`
for more details.
the documents of
`bitia-runner`
for more details.
TODO.
This diff is collapsed.
Click to expand it.
bitia/checksumdir.py
+
0
−
1
View file @
ea4dbcf1
...
...
@@ -7,7 +7,6 @@ dirhash('/path/to/directory', 'md5')
Orignally from
https://raw.githubusercontent.com/SubconsciousCompute/checksumdir/master/checksumdir/__init__.p
y
"""
import
hashlib
...
...
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