Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
b5170890
Commit
b5170890
authored
Aug 24, 2011
by
Romain Courteaud
🐸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ERP5 code used for CR1108 release.
parent
ade4ee89
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
software/erp5/software.cfg
software/erp5/software.cfg
+2
-2
No files found.
software/erp5/software.cfg
View file @
b5170890
...
...
@@ -52,9 +52,9 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/erp5/sanef.git
branch = master
tag = 20110
823-CR1108-zeosizefix-cookbook
tag = 20110
720-CR1056
# command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}
command = (${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag} ${:tag}) || (rm -fr ${:location} ; exit 1)
command = (${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag}
tags/
${:tag}) || (rm -fr ${:location} ; exit 1)
update-command =
[versions]
...
...
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