[bin] bump_kernel_tag_mods: use eit
This commit is contained in:
parent
10771891a6
commit
02f955aeeb
@ -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(["reagent", "update"])
|
||||
rc = subprocess.call(["eit", "commit"])
|
||||
if rc != 0:
|
||||
raise SystemExit(rc)
|
||||
|
||||
@ -84,7 +84,7 @@ if injected_atoms:
|
||||
|
||||
if tbz2s:
|
||||
os.environ['ETP_REPO'] = dest_repo
|
||||
rc = subprocess.call(["reagent", "inject"] + tbz2s)
|
||||
rc = subprocess.call(["eit", "fit"] + tbz2s)
|
||||
if rc != 0:
|
||||
raise SystemExit(rc)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user