Skip to content

Commit 4ec1a24

Browse files
committed
cmd-generate-hashlist: don't print symlinks skipped
There are a lot of symlinks in the OSTree compose and initrd. Listing them all adds noise to pipeline outputs.
1 parent 4d8a384 commit 4ec1a24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cmd-generate-hashlist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ class HashListV1(dict):
127127
filepath = os.path.join(dirpath, fname)
128128
# Skip symlinks
129129
if os.path.islink(filepath):
130-
print(f'Skipping symlink {filepath}')
131130
continue
132131
try:
133132
filehash = sha256sum_file(filepath)

0 commit comments

Comments
 (0)