From 2854f0eca2874225e350b9a85d2ac6e92a249371 Mon Sep 17 00:00:00 2001 From: Srecko Morovic Date: Wed, 11 May 2016 18:05:33 +0200 Subject: [PATCH] clear resource masking if new run is started after manual run stop (when not using cloud) new revision --- python/RunRanger.py | 1 + scripts/hltdrpm.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/python/RunRanger.py b/python/RunRanger.py index 1c961e3..0d33ff9 100644 --- a/python/RunRanger.py +++ b/python/RunRanger.py @@ -93,6 +93,7 @@ def process_IN_CREATE(self, event): cached_pending_run = fullpath os.rmdir(fullpath) return + self.state.masked_resources=False #clear this flag for run that was stopped manually if conf.role == 'fu': bu_dir = self.mm.bu_disk_list_ramdisk_instance[0]+'/'+dirname try: diff --git a/scripts/hltdrpm.sh b/scripts/hltdrpm.sh index 28b5bca..c763637 100755 --- a/scripts/hltdrpm.sh +++ b/scripts/hltdrpm.sh @@ -209,7 +209,7 @@ cd $TOPDIR cat > hltd.spec <