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

Re: Typo in edam scopes or new format



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


So this should be solved for most edam files now.

Kind regards

      Andreas. 

-- 
http://fam-tille.de


Reply to: