Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
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.buildout
Commits
a8a872ea
Commit
a8a872ea
authored
May 26, 2011
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain repository.
parent
af67d12f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
00.REPOSITORY.README.txt
00.REPOSITORY.README.txt
+29
-0
No files found.
00.REPOSITORY.README.txt
0 → 100644
View file @
a8a872ea
zc.buildout side-by-side fork in order to play with all proposed patches
generated by SlapOS for zc.buildout package.
Before any work might appear in this repository zc.buildout bug needs to be
addedd in https://bugs.launchpad.net/zc.buildout . Then a branch basing on
upstream shall be created with name bug. Patches sent to zc.buildout shall be
generated using git diff upstream..bug
There is specific branch master, origins from upstream and have bug fixes
applied by merging them. This branch is used to generate SlapOS branded
zc.buildout package.
upstream is clone of all http://svn.zope.org/repos/main/zc.buildout/trunk
commits, it is updated from time to time by using (NOTE: Still work in progress):
git clone
Put in .git/config:
[svn-remote “svn”]
url = http://svn.zope.org/repos/main/zc.buildout/trunk
fetch = :refs/remotes/git-svn
git show origin/upstream | head -n 1 | cut -d ‘ ’ -f 2 > .git/refs/remotes/git-svn
git show origin/upstream | head -n 1 | cut -d ‘ ’ -f 2 > .git/refs/remotes/trunk
git svn rebase
git push
No other work is allowed on upstream.
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