[bin] bump_kernel_tag_mods: use eit

This commit is contained in:
Fabio Erculiani 2011-08-25 07:42:17 +02:00
parent 10771891a6
commit 02f955aeeb

View File

@ -62,7 +62,7 @@ if normal_atoms and not only_injected:
raise SystemExit(rc) raise SystemExit(rc)
subprocess.call(["etc-update"], shell = True) subprocess.call(["etc-update"], shell = True)
os.environ['ETP_REPO'] = dest_repo os.environ['ETP_REPO'] = dest_repo
rc = subprocess.call(["reagent", "update"]) rc = subprocess.call(["eit", "commit"])
if rc != 0: if rc != 0:
raise SystemExit(rc) raise SystemExit(rc)
@ -84,7 +84,7 @@ if injected_atoms:
if tbz2s: if tbz2s:
os.environ['ETP_REPO'] = dest_repo os.environ['ETP_REPO'] = dest_repo
rc = subprocess.call(["reagent", "inject"] + tbz2s) rc = subprocess.call(["eit", "fit"] + tbz2s)
if rc != 0: if rc != 0:
raise SystemExit(rc) raise SystemExit(rc)