[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Typo in edam scopes or new format



Hi Andreas,

On 11.04.19 21:34, Andreas Tille wrote:
On Thu, Apr 11, 2019 at 05:24:55PM +0200, Steffen Möller wrote:
I don't have all the packages checked out, which would make it much like
a "sed -i 's/   inputs:/   input:/' */debian/upstream/edam" kind of
thing. No worries. This can be dealt with quickly.
I was running

curdir=$(pwd)
for edam in $(grep -wl outputs */debian/upstream/edam) ; do
   cd $(dirname $edam)
   sed -i -e 's/outputs *:/output:/' -e 's/inputs *:/input:/' edam
   git commit -am"Fix edam syntax input+output is singular"
   git push
   cd "$curdir"
done

Thank you tons! This is so nice!

Steffen


Reply to: