projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54eb9b9
)
tools/update-distro-hash: Fix path
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Wed, 10 Jul 2024 12:34:32 +0000
(14:34 +0200)
committer
Daan De Meyer
<daan.j.demeyer@gmail.com>
Thu, 11 Jul 2024 10:48:49 +0000
(12:48 +0200)
(cherry picked from commit
dfea7a8d2655988e30c0d8ca56a1c7aeefc47d80
)
tools/update-distro-hash.py
patch
|
blob
|
history
diff --git
a/tools/update-distro-hash.py
b/tools/update-distro-hash.py
index 16ed2e707a21dc16927f098866e60c1a3bf3677c..fd23078aecb2f92b578e59c40dd0e126c69c6910 100755
(executable)
--- a/
tools/update-distro-hash.py
+++ b/
tools/update-distro-hash.py
@@
-69,7
+69,7
@@
def update_distro(args, distro: str):
print(f"+ {shlex.join(cmd)}")
changes = subprocess.check_output(cmd, text=True).strip()
- conf_dir = Path('mkosi.
images/system/mkosi.
conf.d')
+ conf_dir = Path('mkosi.conf.d')
files = conf_dir.glob('*/*.conf')
for file in files:
s = file.read_text()