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
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
Kasra Jamshidi
slapos.package
Commits
2506b328
Commit
2506b328
authored
Jul 12, 2013
by
Jondy Zhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix alias url in the client configure template file
parent
64c03924
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
windows/docs/using-slapos-in-windows.xml
windows/docs/using-slapos-in-windows.xml
+8
-2
windows/scripts/slapos-include.sh
windows/scripts/slapos-include.sh
+2
-6
No files found.
windows/docs/using-slapos-in-windows.xml
View file @
2506b328
...
...
@@ -418,12 +418,18 @@ In the slapos.package.git, add branch 'cygwin', it includes most of sources for
<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:
<para>
Update egg psutil, for example, upgrade from 0.6.1 to 1.0.0,
<programlisting>
wget http://psutil.googlecode.com/files/psutil-1.0.0.tar.gz
tar xzf psutil-1.0.0.tar.gz
cd psutil-1.0.0
patch -p1
<
/opt/git/slapos.package/windows/patches/psutil-0.6.2.patch
# change the version to 1.0.1 in the psutil/__init__.py
python setup.py sdist
</programlisting>
Then upload the source packages to http://www.nexedi.org/static/packages/source/slapos.buildout/
Then upload the source packages
dist/psutil-1.0.1.tar.gz
to http://www.nexedi.org/static/packages/source/slapos.buildout/
</para>
<para>
Update egg netifaces, same as psutil, except use patch file netifaces-0.8-1-cygwin.patch
</para>
</section>
<section><title>
How to upgrade installer
</title>
...
...
windows/scripts/slapos-include.sh
View file @
2506b328
...
...
@@ -382,14 +382,10 @@ function create_template_configure_file()
wget http://git.erp5.org/gitweb/slapos.core.git/blob_plain/HEAD:/slapos-client.cfg.example
-O
$client_template_file
||
return
1
sed
-i
-e
"/^alias/,
\$
d"
$client_template_file
echo
"alias =
apache_frontend http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg
erp5 http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/erp5/software.cfg
erp5_branch http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/erp5:/software/erp5/software.cfg
apache_frontend http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/apache-frontend/software.cfg
erp5 http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/tags/slapos-0.143:/software/erp5/software.cfg
mariadb http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/mariadb/software.cfg
memcached http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/memcached/software.cfg
mysql http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/mysql-5.1/software.cfg
postgresql http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/postgres/software.cfg
slaposwebrunner http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/slaprunner/software.cfg
slaposwebrunner_lite http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/slaprunner-lite/software.cfg
wordpress http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/wordpress/software.cfg
netdrive_reporter http://git.erp5.org/gitweb/slapos.git/blob_plain/refs/heads/cygwin-share:/software/netdrive-reporter/software.cfg"
\
...
...
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