12 Oct
2009
12 Oct
'09
12:46 a.m.
Tobias Kieslich wrote:
2. Do we wanna have a cvs enabled buildsystem just because upon an initial rebuild the download is faster (It would annoy the hell out of me because as package maintainer I would have to dowload everything everytime)
Can we not just do something like the bash PKGBUILD? if [ $_patchlevel -gt 000 ]; then for p in $(seq -w 001 $_patchlevel); do source=(${source[@]} http://ftp.gnu.org/gnu/bash/bash-4.0-patches/bash40-$p) done fi