Browse Source

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

Dorian Stoll 1 year ago
parent
commit
09f974cb3d
1 changed files with 1 additions and 1 deletions
  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"]