Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.toolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Leymonerie
slapos.toolbox
Commits
1a348526
Commit
1a348526
authored
Oct 13, 2020
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! runner: Fix symlinks on softwareLink
fixup for
ecf144ee
current_project variable is mandatory
parent
2699c3bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
slapos/runner/utils.py
slapos/runner/utils.py
+2
-0
No files found.
slapos/runner/utils.py
View file @
1a348526
...
@@ -327,6 +327,8 @@ def config_SR_folder(config):
...
@@ -327,6 +327,8 @@ def config_SR_folder(config):
cf
.
write
(
current_project
+
'#'
+
folder
)
cf
.
write
(
current_project
+
'#'
+
folder
)
# First create the link for current project
# First create the link for current project
with
open
(
os
.
path
.
join
(
config
[
'etc_dir'
],
".project"
))
as
f
:
current_project
=
f
.
read
().
strip
().
rstrip
(
'/'
)
profile
=
getCurrentSoftwareReleaseProfile
(
config
)
profile
=
getCurrentSoftwareReleaseProfile
(
config
)
name
=
getSoftwareReleaseName
(
config
)
name
=
getSoftwareReleaseName
(
config
)
md5sum
=
md5digest
(
profile
)
md5sum
=
md5digest
(
profile
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment