From 4380f583f92ad38da1c7443d1cd2cd6f3ebbd2d5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 9 Oct 2015 15:47:25 +0200 Subject: reproducible: improve comment --- bin/reproducible_remote_scheduler.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index acdff98e..002eb329 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -64,8 +64,7 @@ except KeyError: 'schedule packages. Ask in #debian-reproducible if you have ' 'trouble with that.' + bcolors.ENDC) sys.exit(1) -# this variable is setted by reproducible scripts, and it's clearly available -# only on calls made by the local host +# this variable is set by reproducible scripts and so it only available in calls made on the local host (=main node) try: local = True if os.environ['LOCAL_CALL'] == 'true' else False except KeyError: -- cgit v1.2.3-54-g00ecf