From 6960eb297e78481c53bd5c4de16aa2b63cd731f8 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 31 Aug 2011 09:37:17 +0200 Subject: [PATCH] [bin] bump_kernel_tag_mods: do not use eit commit but eit add instead --- bin/bump_kernel_tag_mods | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bump_kernel_tag_mods b/bin/bump_kernel_tag_mods index c16be66..cec2d47 100755 --- a/bin/bump_kernel_tag_mods +++ b/bin/bump_kernel_tag_mods @@ -62,7 +62,7 @@ if normal_atoms and not only_injected: raise SystemExit(rc) subprocess.call(["etc-update"], shell = True) os.environ['ETP_REPO'] = dest_repo - rc = subprocess.call(["eit", "commit"]) + rc = subprocess.call(["eit", "add"] + normal_atoms) if rc != 0: raise SystemExit(rc)