packer: improve support for testing local grml-debootstrap version
authorMichael Prokop <mika@grml.org>
Tue, 9 Jun 2015 22:01:54 +0000 (00:01 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 10 Jun 2015 06:39:50 +0000 (08:39 +0200)
Sadly packer lacks an option to copy an entire directory
*excluding* certain files, otherwise we could just copy the whole
grml-debootstrap.git directory. But as to the packer_cache
directory is present in grml-debootstrap.git directory during
packer execution this makes no sense. So use a workaround to get
the same behaviour. Allow testing of grml-debootstrap without
having to commit and push stuff to git first, so one can hack on
stuff, test and only then commit and push it.


No differences found