On Thu, Jan 9, 2014 at 1:37 AM, Seth Arnold <[email protected]> wrote: > #1 The server is recompiled before running, every time it is started. > This means "apt-get install pollen" on a fresh Trusty development desktop > system downloads 25 megabytes of packages and unpacks to 172 megabytes of > disk space. This also means the server runs from a temporary file located > in the /tmp filesystem, which prevents /tmp from being mounted no-exec. > > The Foundations Team needs to decide if Go is to be treated as a scripting > language or as a compiled language.
Fixed in r172 and r173. I'm now using a Makefile and building the pollen.go source code to a binary at package build time, installing, and running that. Committed revision 172. Committed revision 173. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246098 Title: MIR: pollinate To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pollen/+bug/1246098/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
