Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Archive
gnome-sdk-images
Commits
0aa236a1
Commit
0aa236a1
authored
Sep 28, 2015
by
Alexander Larsson
Browse files
Add a script to see any changes made wrt fd.o specfiles
parent
2363c284
Changes
1
Hide whitespace changes
Inline
Side-by-side
diff-base.sh
0 → 100755
View file @
0aa236a1
#!/bin/sh
for
i
in
freedesktop-sdk-images/specs/
*
.spec
;
do
if
test
-f
specs/
`
basename
$i
`
;
then
diff
-u
$i
specs/
`
basename
$i
`
;
fi
;
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment