[arch-dev-public] kernel-headers missing in packages.txt

Tobias Powalowski t.powa at gmx.de
Sat Sep 8 12:00:07 EDT 2007


Am Samstag 08 September 2007 schrieb Aaron Griffin:
> On 9/8/07, Tobias Powalowski <t.powa at 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 at 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 at archlinux.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://archlinux.org/pipermail/arch-dev-public/attachments/20070908/79cb5d11/attachment.pgp>


More information about the arch-dev-public mailing list