Am Samstag 08 September 2007 schrieb Aaron Griffin:
On 9/8/07, Tobias Powalowski <t.powa@gmx.de> wrote:
also this overriding issue should be solved.
So solve it! Man, I have seen 3 people complain about this issue and do 0 work to fix it. Not even try to track it down...
This is maddening.
_______________________________________________ arch-dev-public mailing list arch-dev-public@archlinux.org http://archlinux.org/mailman/listinfo/arch-dev-public Hi
# hack -- only Current's packages.txt goes in a "setup" subdir if [ "$reponame" = "current" ]; then mv packages.txt $ftppath/setup/packages.txt else mv packages.txt $ftppath/packages.txt fi this part of db-inc needs to be changed to have the -f option # hack -- only Current's packages.txt goes in a "setup" subdir if [ "$reponame" = "current" ]; then mv -f packages.txt $ftppath/setup/packages.txt else mv -f packages.txt $ftppath/packages.txt fi so please change this to solve this issue of overwriting packages.txt. thanks greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tpowa@archlinux.org