Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Software Heritage virtual environment packaging manifests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Antoine R. Dumont
Software Heritage virtual environment packaging manifests
Commits
f70dcca6
Unverified
Commit
f70dcca6
authored
2 years ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
Fix bad import in loader and lister entrypoint.sh
It was referencing an unexisting pyutils.sh Related to T4144
parent
9d66630b
No related branches found
Branches containing commit
Tags
debian/0.43.1-1_swh1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
apps/swh-lister/entrypoint.sh
+0
-3
0 additions, 3 deletions
apps/swh-lister/entrypoint.sh
apps/swh-loader-git/entrypoint.sh
+0
-3
0 additions, 3 deletions
apps/swh-loader-git/entrypoint.sh
with
0 additions
and
6 deletions
apps/swh-lister/entrypoint.sh
+
0
−
3
View file @
f70dcca6
...
...
@@ -2,9 +2,6 @@
set
-e
source
/srv/softwareheritage/utils/pyutils.sh
setup_pip
case
"
$1
"
in
"shell"
)
shift
...
...
This diff is collapsed.
Click to expand it.
apps/swh-loader-git/entrypoint.sh
+
0
−
3
View file @
f70dcca6
...
...
@@ -2,9 +2,6 @@
set
-e
source
/srv/softwareheritage/utils/pyutils.sh
setup_pip
case
"
$1
"
in
"shell"
)
shift
...
...
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