[bin] bump_kernel_tag_mods: do not use eit commit but eit add instead
This commit is contained in:
parent
61907d409f
commit
6960eb297e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user