- 15 Jan, 2016 1 commit
-
-
Nicolas Wavrant authored
- ensure that gpg key for opensuse repo is present - pre-fill cache with specific node to faster bootstrap in re6stnet-upgrader - re6stnet-upgrader doesn't fail if previous version of package was also a re6st-node - repositories keys have to be installed before updating package cache - re6stnet-upgrader ensures that service is enabled - only update once package cache in re6stnet-upgrader
-
- 08 Jan, 2016 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 07 Jan, 2016 4 commits
-
-
Julien Muchembled authored
Makefile was so horrible and unreliable. I tried https://waf.io/ which is nice but not suitable for this (see the example 'wscript' at the end). Functional improvements: - better detection of what needs to be rebuilt or not - reproducible tarballs, except for the re6stnet egg (and the main tarball if the egg is rebuilt) - fewer temporary files And support for OSC is back. _______________________________________________________________________________ import os, shutil, subprocess, urllib from waflib import Node, Utils PREFIX = "opt/re6st" BOOTSTRAP_URL = "http://downloads.buildout.org/1/bootstrap.py" repo_dict = dict( re6stnet="http://git.erp5.org/repos/re6stnet.git", slapos="http://git.erp5.org/repos/slapos.git", ) def configure(ctx): for name, url in repo_dict.iteritems(): if ctx.path.find_node(name) is None: ctx.exec_command(("git", "clone", url), stdout=None, stderr=None) def cfg(task): ...
-
Julien Muchembled authored
-
Julien Muchembled authored
- With a Makefile instead of a shell script to make build files, it's easier to only redo the necessary parts. - Do not bootstrap buildout in advance. This caused build failures on old dists when this was done with Python 2.7 (parts/buildout/site.py imported a module that does not exist on Python 2.6). Now everything can be prepared on a recent dist. - Minimize list of build-deps. We don't need setuptools anymore. We also don't rely on system chrpath anymore because SLE_12 does not have it. - Refactoring with upstream packaging. - Debian: fix upgrade path from 're6stnet' package. - Package re6st manpages and logrotate configuration. - systemd integration on RPM-based dists. - Fix shebang of OpenVPN/NetworkManager hooks. - Do never ship *.py[co] files in packages. Remove them on uninstallation (not done yet for Arch). - chrpath: Suse dists use RUNPATH instead of PATH - Stop stripping ELF files. - Greatly reduce size of packages by removing eggs/parts that were only useful during the build, like Perl. TODO: integrate with osc working copy ? For the record, here is an example to strip ELF files: strip: cd $(DESTDIR)/$(TARGET) \ && s() { chmod u+w $$x && strip -v -R .comment -R .note "$$@" $$x; } \ && x=`find -type f -executable ! -name '*.so*' |xargs -r file | \ sed -n 's/:.*ELF.*\(executable\|shared\).*//p'` && s \ && x=`find -type f -name '*.so*' |xargs -r file | \ sed -n 's/:.*ELF.*shared.*//p'` && s --strip-unneeded
-
Alain Takoudjou authored
-
- 06 Jan, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 04 Jan, 2016 1 commit
-
-
Nicolas Wavrant authored
-
- 15 Dec, 2015 2 commits
-
-
Alain Takoudjou authored
-
Rafael Monnerat authored
-
- 14 Dec, 2015 3 commits
-
-
Rafael Monnerat authored
This is important for legacy machines w/o upgrader or ansible installed.
-
Rafael Monnerat authored
Don't upgrade slapos or re6st for now vifib upgrader, only update ntp and include vifib team ssh keys
-
Alain Takoudjou authored
-
- 11 Dec, 2015 2 commits
-
-
Rafael Monnerat authored
Spin-off Channels for SlapOS/VIFIB/Grandenet from VM related ones. Fixes for dev/ansible-only installation Include more index.html with autoredirect. Include README file with explanation for the channels.
-
Alain Takoudjou authored
-
- 09 Dec, 2015 1 commit
-
-
Alain Takoudjou authored
-
- 08 Dec, 2015 1 commit
-
-
Rafael Monnerat authored
-
- 03 Dec, 2015 4 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Those changes are required to create the package at the OBS VMs environment and they are not needed for average buildout installations.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 27 Oct, 2015 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
- 16 Oct, 2015 1 commit
-
-
Rafael Monnerat authored
-
- 30 Sep, 2015 3 commits
-
-
root authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 03 Sep, 2015 4 commits
-
-
Alain Takoudjou authored
Logging See merge request !18
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 01 Sep, 2015 2 commits
-
-
Rafael Monnerat authored
Update wendelin url for a relase See merge request !16
-
Rafael Monnerat authored
-
- 28 Aug, 2015 2 commits
-
-
Rafael Monnerat authored
Use latest slapos release. Please accept, it passes manual wendelin standalone tests by me. Please also propagandise change to http://deploy.nexedi.cn/wendelin-standalone so users can start to use it. See merge request !8
-
Ivan Tyagov authored
-
- 27 Aug, 2015 1 commit
-
-
Alain Takoudjou authored
-