We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbc318f commit c130d6bCopy full SHA for c130d6b
tools/sort-files
@@ -10,7 +10,7 @@ echo "LKP_SRC=$LKP_SRC"
10
echo $LKP_SRC/distro/keep-deb
11
12
find $LKP_SRC/programs -type f -name depends\*
13
- find $LKP_SRC/etc -type f ! -name makepkg.conf
+ find $LKP_SRC/etc -type f ! -name makepkg.conf ! -name \*.yml
14
) | while read f; do
15
LC_ALL=C sort -f $f | uniq > $f.tmp && mv $f.tmp $f
16
done
0 commit comments