From af1d95d178e97cf789ca11cc2b95dbd8633fd236 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 18 Feb 2015 10:50:34 +0100 Subject: move another FIXME into TODO --- TODO | 4 ++++ bin/setsid.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index e03ef9e7..4268cae6 100644 --- a/TODO +++ b/TODO @@ -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 -- cgit v1.2.3-54-g00ecf