12 Jul
2012
12 Jul
'12
3:04 p.m.
Am 27.06.2012 00:58, schrieb Allan McRae:
At the request of Dave, here are the updated versions of patches sent to the list earlier.
Support for the following needs readded: CVS, Mercurial, Darcs and Bazaar
Known issue: the pkgver check needs adjusted when using an auto-updating pkgver
I've used the code from your vcs branch for a bit and it worked quite well for me with git sources. It is also incredibly useful compared to the old implementation. One weird bug: I used a pkgver function like this: pkgver() { local myver ... } This failed on the 'myver' variable name, although it is local.