diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-18 10:50:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-18 10:50:34 +0100 |
commit | af1d95d178e97cf789ca11cc2b95dbd8633fd236 (patch) | |
tree | d707f563c16eca97e3efd255468792aba774b3f9 | |
parent | 23d6a6d6ab9c3b8a4a7cf9633959342c9f31fd30 (diff) | |
download | jenkins.debian.net-af1d95d178e97cf789ca11cc2b95dbd8633fd236.tar.xz |
move another FIXME into TODO
-rw-r--r-- | TODO | 4 | ||||
-rwxr-xr-x | bin/setsid.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -33,6 +33,10 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian * move this setup to jenkis.d.o and start real team maintaince of jenkins.d.o ** set up a mailinglist +=== to do once jenkins.d.n runs jessie + +* replace with bin/setsid.py workaround with setsid from the util-linux package from jessie + === jenkins-job-builder related * use jessie version plus my patches from kali diff --git a/bin/setsid.py b/bin/setsid.py index a83287e1..9771c677 100755 --- a/bin/setsid.py +++ b/bin/setsid.py @@ -1,6 +1,6 @@ #!/usr/bin/python """backport of util-linux' setsid -w to Debian wheezy""" -# FIXME: replace with setsid from jessie (stable) or wheezy-bpo +# replace with setsid from the util-linux package from jessie (stable) or wheezy-bpo import os import sys |