mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
it's "tagfile"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18124 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
bd706619e0
commit
aa0a88039f
@ -33,7 +33,7 @@ svn ls ${TAG_URL} > ${tagfile}.new
|
|||||||
tags="`diff --suppress-common-lines ${tagfile} ${tagfile}.new | grep '^> ' | sed -e 's/^> //g' -e 's#/$##g'`"
|
tags="`diff --suppress-common-lines ${tagfile} ${tagfile}.new | grep '^> ' | sed -e 's/^> //g' -e 's#/$##g'`"
|
||||||
|
|
||||||
# move the new file into place
|
# move the new file into place
|
||||||
mv -f ${tagile}.new ${tagfile}
|
mv -f ${tagfile}.new ${tagfile}
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Now iterate over all the new tags (if any) and build a package
|
# Now iterate over all the new tags (if any) and build a package
|
||||||
|
Loading…
Reference in New Issue
Block a user