Re: [sysvinit-devel] Migrating from subversion to git

2018-02-18 Thread Guillem Jover
Hi! On Sun, 2018-02-18 at 09:03:50 +0100, Petter Reinholdtsen wrote: > [Petter Reinholdtsen] > > Unfortunately I was not able to replace the 'master' branch in > > sysvinit.git with the migrated history, so that history is in the > > 'newmaster' branch. I've asked the savannah admins to replace m

[sysvinit-devel] [PATCH 5/6] build: Refactor latest tarball name into a new variable

2018-05-04 Thread Guillem Jover
This makes changing it easier in the future. Signed-off-by: Guillem Jover --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 52b96a9..91e3966 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ all install clean distclean: PACKAGE

[sysvinit-devel] [PATCH 6/6] build: Switch release tarballs to xz compression

2018-05-04 Thread Guillem Jover
Signed-off-by: Guillem Jover --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91e3966..c091a70 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ all install clean distclean: PACKAGE=sysvinit VERSION=$(shell git describe --tags

[sysvinit-devel] [PATCH 3/6] doc: Remove obsolete LSM file

2018-05-04 Thread Guillem Jover
The ibilio distribution site has not been accepting submissions for a long time. Remove this outdated file. Signed-off-by: Guillem Jover --- doc/sysvinit-2.86.lsm | 12 1 file changed, 12 deletions(-) delete mode 100644 doc/sysvinit-2.86.lsm diff --git a/doc/sysvinit-2.86.lsm b

[sysvinit-devel] [PATCH 4/6] build: Fix dist targets

2018-05-04 Thread Guillem Jover
, which can leave cruft behind. Signed-off-by: Guillem Jover --- Makefile | 26 +++--- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/Makefile b/Makefile index 052faa2..52b96a9 100644 --- a/Makefile +++ b/Makefile @@ -2,21 +2,15 @@ all install clean distclean

[sysvinit-devel] [PATCH 0/6] Cleanups

2018-05-04 Thread Guillem Jover
Hi! Here's the cleanup patch series I mentioned some weeks ago, and forgot to send. :) The dist patch assumes that the repo has some tags on the master branch which is no the case currently. I think that needs fixing in the repo no matter what. Thanks, Guillem Guillem Jover (6): Ad

[sysvinit-devel] [PATCH 2/6] contrib: Remove very obsolete start-stop-daemon embedded copy

2018-05-04 Thread Guillem Jover
The canonical and current version in dpkg, is already in C, it is far more advanced containing many additional features and bug fixes, and is way more portable. Signed-off-by: Guillem Jover --- COPYRIGHT| 9 - contrib/start-stop-daemon.README | 45 contrib/start

[sysvinit-devel] [PATCH 1/6] Add new .gitignore files

2018-05-04 Thread Guillem Jover
Signed-off-by: Guillem Jover --- .gitignore | 2 ++ src/.gitignore | 12 2 files changed, 14 insertions(+) create mode 100644 .gitignore create mode 100644 src/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..68fccfd --- /dev/null +++ b

Re: [sysvinit-devel] [PATCH 6/6] build: Switch release tarballs to xz compression

2018-05-04 Thread Guillem Jover
On Fri, 2018-05-04 at 21:26:23 -0300, Matias Fonzo wrote: > I request to as the maintainer of sysvinit to reject this change. > Please do not do that, xz is not well-designed. See: > > http://lzip.nongnu.org/xz_inadequate.html Seriously, the FUD campaign from some lzip supporters is very tiresom