hello, just being curious what the last line does? should be
zip -f packer.zip packer On Sun, Nov 6, 2016 at 6:28 PM, Dan Tran <[email protected]> wrote: > here is my step ( assume Go 1.6 is in execution path) > > export GOPATH=$WORKSPACE > PATH=$PATH:$GOPATH/bin > go get github.com/mitchellh/packer > cd $GOPATH/src/github.com/mitchellh/packer > make dev > cd $GOPATH/bin > jar -cMf packer.zip packer > > > > On Sunday, November 6, 2016 at 9:21:10 AM UTC-8, Dan Tran wrote: >> >> I managed to build Packer using instructions at CONTRIBUTING.md ( ie >> having Go to fetch the source). in my case, I had Jenkins to fetch the >> source. I am very interested to hear if anyone able to do it via Jenkins >> to clone package to Jenkins $WORKSPACE and work from there. >> >> BTW latest packer dev build works for my vmware ova build now It is >> broken after 0.8.6 release. >> >> Thanks for all the helps >> > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/packer/issues > IRC: #packer-tool on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Packer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/packer-tool/6fd0a8fc-a57f-4a10-addf-119107d2e3de%40googlegroups.com > <https://groups.google.com/d/msgid/packer-tool/6fd0a8fc-a57f-4a10-addf-119107d2e3de%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Alvaro -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/CAHqq0ezYJezDiHFGUmqzuO-kZp3wo9n9Uk5zrT%3D3_JEs%2BbmGVA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
