Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
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
15
Merge Requests
15
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
nexedi
slapos.package
Commits
be90ec47
Commit
be90ec47
authored
Jul 12, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user guide: Add chapter SlapOS Sources Changed For Windows
parent
7e9e43d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
58 additions
and
1 deletion
+58
-1
windows/docs/using-slapos-in-windows.xml
windows/docs/using-slapos-in-windows.xml
+58
-1
No files found.
windows/docs/using-slapos-in-windows.xml
View file @
be90ec47
...
...
@@ -239,7 +239,7 @@ mkdir -p /opt/slapos/log
mkdir -p /opt/download-cache
cd /opt/slapos
echo "[buildout]
extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-
0
:/component/slapos/buildout.cfg
extends = http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-
share
:/component/slapos/buildout.cfg
download-cache = /opt/download-cache
prefix = ${buildout:directory}
" > buildout.cfg
...
...
@@ -371,6 +371,63 @@ If there are some errors when run both of scripts, fix them and run again, until
</para>
</chapter>
<chapter><title>
SlapOS Sources Changed For Windows
</title>
<para>
There are so many slapos sources changed for Windows. In the branch 'cygwin-share' in the slapos.git:
<itemizedlist>
<listitem><para>
Change the buildout.cfg files for components, softwares and stack
</para></listitem>
<listitem><para>
Add patch files for building some component
</para></listitem>
<listitem><para>
Patch recipe slapos.cookbook
</para></listitem>
</itemizedlist>
Re6stnet for windows:
<itemizedlist>
<listitem><para>
Branch 'cygwin' in the re6stnet.git
</para></listitem>
<listitem><para>
Babeld package for cygwin, in branch 'cygwin' of slapos.package.git, location: windows/babeld
</para></listitem>
<listitem><para>
OpenVPN package for cygwin, in branch 'cygwin' of slapos.package.git, location: windows/openvpn
</para></listitem>
</itemizedlist>
In the slapos.core.git:
<itemizedlist>
<listitem><para>
Add branch 'cygwin'
</para></listitem>
</itemizedlist>
In the slapos.package.git, add branch 'cygwin', it includes most of sources for cygwin:
<itemizedlist>
<listitem><para>
babeld
</para></listitem>
<listitem><para>
docs
</para></listitem>
<listitem><para>
openvpn
</para></listitem>
<listitem><para>
netreport
</para></listitem>
<listitem><para>
ipwin
</para></listitem>
<listitem><para>
psutils
</para></listitem>
<listitem><para>
inotifyw
</para></listitem>
<listitem><para>
patches
</para></listitem>
<listitem><para>
scripts
</para></listitem>
</itemizedlist>
</para>
<section><title>
How to upgrade the sources
</title>
<para>
Update sources in the slapos.git, then push it
</para>
<para>
Update sources in the slapos.core.git, then push it
</para>
<para>
Update sources in the re6stnet.git, then push it
</para>
<para>
Update sources in the slapos.package.git, then push it.
</para>
<para>
If you change any egg, for examples, netifaces, inotifyx, psutil, you need:
<programlisting>
python setup.py sdist
</programlisting>
Then upload the source packages to http://www.nexedi.org/static/packages/source/slapos.buildout/
</para>
</section>
<section><title>
How to upgrade installer
</title>
<para>
Redo all the action in the chapter Generate Installer For Windows
</para>
</section>
<section><title>
Merge sources to master branch
</title>
<para>
merge cygwin to master in the slapos.core.git
</para>
<para>
merge cygwin to master in the slapos.package.git
</para>
<para>
merge cygwin-share to master in the slapos.git
</para>
<para>
merge cygwin to master in the re6stnet.git
</para>
</section>
</chapter>
<appendix
id=
"appendix_cygwin_packages"
><title>
Cygwin Required Packages List
</title>
<para>
The following packages are requied by SlapOS Node
<itemizedlist>
...
...
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