Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5-bin
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
erp5-bin
Commits
da117d95
Commit
da117d95
authored
Aug 07, 2019
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add readme.md
parent
de8a0635
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+24
-0
No files found.
README.md
0 → 100644
View file @
da117d95
# Purpose
This repository is used for put the business template which not suitable to put
in the main nexedi/erp5 repository, such as large files(exceeds 100 MB).
SlapOS was configured to use erp5-bin as external repository:
https://lab.nexedi.com/nexedi/slapos/blob/master/stack/erp5/buildout.cfg#L346
So this external library was managed by SlapOS. Updating work also done by SlaOS.
# Submodule
Use git submodule needs to pin a revision in the main erp5 repository. Each time
we commit something to the submodule, we also need to update the revision, which
add a redundent commit in the main erp5 repository.
If we use submodule, people have two choices. The first one is to execute git
commands from terminals. The second one is improve the erp5_forge bt. Which also
bring a new issue: When checkout branch in erp5 repository, how to handle the
submodule. Add a hook like post-call to re-initialize the submodule, or done it
manually from command line?
Last but not least. The submodule not managed by SlapOS. Use external repository
can force people to use SlapOS.
\ No newline at end of file
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