Skip to content

Commit

Permalink
[build] release should not rely on dead pugs svn. Quick and ugly Unix…
Browse files Browse the repository at this point in the history
…-only hack.
  • Loading branch information
moritz committed Sep 23, 2010
1 parent 74a156f commit c50ac91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/Makefile.in
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -531,9 +531,8 @@ perlcritic:
manifest: manifest:
echo MANIFEST >MANIFEST echo MANIFEST >MANIFEST
git ls-files | $(PERL) -ne '/^\./ || print' >>MANIFEST git ls-files | $(PERL) -ne '/^\./ || print' >>MANIFEST
rm -rf t/spec cd t/spec && git clean -xdf
svn export "http://svn.pugscode.org/pugs/t/spec" t/spec find t/spec -type f | grep -v '\.git' >>MANIFEST
find t/spec -type f >>MANIFEST
sort -u -o MANIFEST MANIFEST sort -u -o MANIFEST MANIFEST


release: manifest release: manifest
Expand Down

0 comments on commit c50ac91

Please sign in to comment.