misheska / basebox-packer

Packer templates for vagrant baseboxes
286 stars 80 forks source link

Compact and defrag Windows baseboxes, fixes #63 #64

Closed rasa closed 10 years ago

rasa commented 10 years ago

Dang it. Only the windows7 builds will work, as I should have

for i in windows* ; do cp windows7/script/vmtools.bat $i/script ; done

Pushing an update now. Can you remerge, or do I have to create a new PR?

misheska commented 10 years ago

Sure, I can remerge (not that big of a deal - I rushed it as I’m moving the templates to box-cutter…once the Jenkins boxes are live, everything will go through a build pipeline)….

On May 5, 2014, at 7:32 PM, Ross Smith II notifications@github.com wrote:

Dang it. Only the windows7 builds will work, as I should have

for i in windows* ; do cp windows7/script/vmware.bat $i/script ; done Pushing an update now. Can you remerge, or do I have to create a new PR?

— Reply to this email directly or view it on GitHub.

misheska commented 10 years ago

P.S. In box-cutter, putting windows templates in a single directory in one repo, so you will no longer have to copy scripts twelve times ;-)

On May 5, 2014, at 7:34 PM, Mischa Taylor mischataylor@gmail.com wrote:

Sure, I can remerge (not that big of a deal - I rushed it as I’m moving the templates to box-cutter…once the Jenkins boxes are live, everything will go through a build pipeline)….

On May 5, 2014, at 7:32 PM, Ross Smith II notifications@github.com wrote:

Dang it. Only the windows7 builds will work, as I should have

for i in windows* ; do cp windows7/script/vmware.bat $i/script ; done Pushing an update now. Can you remerge, or do I have to create a new PR?

— Reply to this email directly or view it on GitHub.

rasa commented 10 years ago

Thank the Maker! :)