Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created March 20, 2014 21:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tadzik/9674390 to your computer and use it in GitHub Desktop.
┌─[tadzik@yavin]─[~/src/github.com/rakudo/rakudo] (nom)
└─[%]─> make release VERSION=2014.03
echo MANIFEST >MANIFEST
git ls-files | /home/tadzik/.plenv/versions/5.18.1/bin/perl5.18.1 -ne '/^\./ || print' >>MANIFEST
cd t/spec && git clean -xdf
find t/spec -type f | grep -v '\.git' >>MANIFEST
make: *** [manifest] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment