On Sun, Apr 14, 2013 at 9:57 AM, Thomas Parrott <[email protected]> wrote: > What is the issue with it being an autoconf template? > > Shall I just create a new file in the pkg dir called beanstalkd.spec > instead?
It's not really an autoconf template; it just looks like one. We keep the version string in tags rather than files. When I cut a release, I run a script that fills in the version string from the current tag. The script used to generate a tarball, but now it makes another commit under its own tag. You can see how it currently works: https://github.com/kr/beanstalkd/blob/master/pkg/dist.sh And you can see a couple of other files that get filled in this way: https://github.com/kr/beanstalkd/blob/master/pkg/newstail.in https://github.com/kr/beanstalkd/blob/master/pkg/bloghead.in -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
