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
Issue boards
Milestones
Wiki
Code
Merge requests
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 Lambert
Software Heritage virtual environment packaging manifests
Commits
be600a76
Verified
Commit
be600a76
authored
9 months ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
toolbox: Append SWH_CONFIG_FILENAME export declaration to history
parent
4fece45e
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
apps/swh-toolbox/entrypoint.sh
+3
-0
3 additions, 0 deletions
apps/swh-toolbox/entrypoint.sh
with
3 additions
and
0 deletions
apps/swh-toolbox/entrypoint.sh
+
3
−
0
View file @
be600a76
...
...
@@ -11,5 +11,8 @@ echo $MSG >> .bashrc
echo
'echo -e $USAGE_MSG'
>>
.bashrc
echo
"find /etc/swh/ -type f -iname '*.yml' | xargs -i echo 'export SWH_CONFIG_FILENAME={}'"
>>
.bashrc
# Add those directory in .bash_history
find /etc/swh/
-type
f
-iname
'*.yml'
| xargs
-i
echo
'export SWH_CONFIG_FILENAME={}'
>>
.bash_history
echo
"Administration purpose pod: connect to it and do what you will!"
while
sleep
infinity
;
do
:
;
done
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