瀏覽代碼

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

Dorian Stoll 1 年之前
父節點
當前提交
09f974cb3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"]