public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-05-13 22:00 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-05-13 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     4f544f4130e0b62e18bdde42cad2b3aed085136d
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed May 13 21:59:54 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed May 13 21:59:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4f544f41

update change log

 ChangeLog | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 081f729..9e8c477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+commit c65bed756e5f5cfa244d9aa4325691345d8c324d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    More s6 fixes
+    
+    - When no service link is in the scan directory, show the default
+      stopped message.
+    - Do not remove the service link when stopping the service.
+
+commit ccc81a9cad5d9beb739593827fc4bbc04c4a3304
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Fix the s6 handling
+    
+    This changes the default s6 service directory to /var/svc.d, also
+    it changes the code to work with the individual services instead of
+    forcing a rescan when a service is started or stopped.
+
+commit 3a1e304d6c56875838b884b6e0608fe756ccce4e
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Start work on 0.16.1
+
+commit d247ac4cbbe0ab62564ef82a5940b4f1a03973b3
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Update changelog
+
 commit bb2d7becfd3008379f8f69b5d036922281aa211f
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-05-14 16:52 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-05-14 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b95ae213e9435f267da3331fd4568a5ad297b54c
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu May 14 16:49:09 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu May 14 16:49:09 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b95ae213

Start work on 0.16.2

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 3e307d9..f7e2555 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=		openrc
-VERSION=	0.16.1
+VERSION=	0.16.2
 PKG=		${NAME}-${VERSION}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-05-14 16:54 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-05-14 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     b1d7df15ef017e7b011a211eff2b2b75a39c8c9e
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu May 14 16:53:33 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu May 14 16:53:33 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=b1d7df15

update change log

 ChangeLog | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 9e8c477..f90ee58 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+commit 01088e282f08ca373ae1d61b2ed954c3075f130a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    s6: Use s6-svc -Dd to stop services
+    
+    This allows us to get rid of the sleep call in the stop function. Also,
+    we set a configurable timeout value for stopping daemons.
+
+commit b95ae213e9435f267da3331fd4568a5ad297b54c
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Start work on 0.16.2
+
+commit 4f544f4130e0b62e18bdde42cad2b3aed085136d
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update change log
+
 commit c65bed756e5f5cfa244d9aa4325691345d8c324d
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-05-14 19:38 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-05-14 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     a8c30a89c417aff5bc863d65976ff8abcffa9e40
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu May 14 19:35:41 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu May 14 19:35:41 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a8c30a89

update change log

 ChangeLog | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index f90ee58..7883357 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+commit fe0847c9a2565518334ef03da5c6cdc63726e122
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    S6: kick the scanner and sleep 1.5 seconds to avoid a race condition
+
+commit 58156137f9bbb0d853d994b793622cf48281cf08
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Start on 0.16.3
+
+commit b1d7df15ef017e7b011a211eff2b2b75a39c8c9e
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update change log
+
 commit 01088e282f08ca373ae1d61b2ed954c3075f130a
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-05-14 19:38 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-05-14 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     58156137f9bbb0d853d994b793622cf48281cf08
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Thu May 14 19:31:30 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu May 14 19:31:30 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=58156137

Start on 0.16.3

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index f7e2555..53d9b4a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=		openrc
-VERSION=	0.16.2
+VERSION=	0.16.3
 PKG=		${NAME}-${VERSION}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-06-03 16:18 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-06-03 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     514b007e2713ac5046f6df78a720ca8e3de013b5
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri May 29 06:10:39 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 16:16:39 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=514b007e

fix link to s6 website

 s6-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s6-guide.md b/s6-guide.md
index 63c63de..630d778 100644
--- a/s6-guide.md
+++ b/s6-guide.md
@@ -45,4 +45,4 @@ should wait for a service to go down when stopping.
 This is very early support, so feel free to file bugs if you have
 issues.
 
-[1] https://www.skarnet.org/software/s6
+[1] http://www.skarnet.org/software/s6


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-06-03 16:18 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-06-03 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     c4067a65b0ecfad3e6b97416640c6b85382b8fe8
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jun  3 16:12:47 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 16:12:47 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=c4067a65

Start work on 0.16.4

 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 53d9b4a..91f2f19 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,3 +1,3 @@
 NAME=		openrc
-VERSION=	0.16.3
+VERSION=	0.16.4
 PKG=		${NAME}-${VERSION}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/openrc:openrc-0.16.x commit in: /
@ 2015-06-03 20:42 William Hubbs
  0 siblings, 0 replies; 8+ messages in thread
From: William Hubbs @ 2015-06-03 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     082995837f897af46de1d92bb586f5fd4d2f750a
Author:     William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
AuthorDate: Wed Jun  3 20:38:06 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 20:38:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/openrc.git/commit/?id=08299583

Update ChangeLog

 ChangeLog | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 7883357..9745328 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+commit 4f3df4cacb20bb17838986376ad53d4063749a14
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    bootmisc: Don't call dmesg in systemd-nspawn containers
+    
+    This fixes #57.
+
+commit 514b007e2713ac5046f6df78a720ca8e3de013b5
+Author: Mike Frysinger <vapier@gentoo.org>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    fix link to s6 website
+
+commit 6ad9b134e6c9da009842f61bdaf129a1716274ba
+Author: Mike Gilbert <floppym@gentoo.org>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    man: Document the stopsig variable
+    
+    This variable can be used to set the signal to send if the service is
+    using start-stop-daemon.
+    
+    This fixes #56
+
+commit e571c67ff812ad839107acaa5ba97313dde9dd7a
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Document bash's handling of ulimit options
+    
+    When bash is used in posix mode for the shell, the ulimit command uses
+    a block size of 512 bytes for the -c and -f options.
+    
+    X-Gentoo-Bug: 549238
+    X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=549238
+
+commit c4067a65b0ecfad3e6b97416640c6b85382b8fe8
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    Start work on 0.16.4
+
+commit a8c30a89c417aff5bc863d65976ff8abcffa9e40
+Author: William Hubbs <w.d.hubbs@gmail.com>
+Commit: William Hubbs <w.d.hubbs@gmail.com>
+
+    update change log
+
 commit fe0847c9a2565518334ef03da5c6cdc63726e122
 Author: William Hubbs <w.d.hubbs@gmail.com>
 Commit: William Hubbs <w.d.hubbs@gmail.com>


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-03 20:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-13 22:00 [gentoo-commits] proj/openrc:openrc-0.16.x commit in: / William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2015-05-14 16:52 William Hubbs
2015-05-14 16:54 William Hubbs
2015-05-14 19:38 William Hubbs
2015-05-14 19:38 William Hubbs
2015-06-03 16:18 William Hubbs
2015-06-03 16:18 William Hubbs
2015-06-03 20:42 William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox