Explorar el Código

pkg: fedora: Add support for not changing any configs to build-ark.py

Dorian Stoll hace 1 año
padre
commit
09f974cb3d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/fedora/kernel-surface/build-ark.py

+ 1 - 1
pkg/fedora/kernel-surface/build-ark.py

@@ -158,7 +158,7 @@ for config in configs:
             f.write(line)
 
 system("git add redhat/configs/custom-overrides/generic")
-system("git commit -m 'Merge %s config'" % args.package_name)
+system("git commit --allow-empty -m 'Merge %s config'" % args.package_name)
 
 cmd = ["make"]