Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#18180 - rsync.archlinux.org differs from repos.archlinux.org
Attached to Project:
Arch Linux
Opened by Benoit Izac (benizac) - Friday, 05 February 2010, 16:53 GMT
Last edited by Ionut Biru (wonder) - Saturday, 06 February 2010, 00:42 GMT
Opened by Benoit Izac (benizac) - Friday, 05 February 2010, 16:53 GMT
Last edited by Ionut Biru (wonder) - Saturday, 06 February 2010, 00:42 GMT
|
Details http://repos.archlinux.org/wsvn/community/bbdb/trunk/bbdb.install
(rev 618 184d 08h ibiru) --------------------------------------------------------------------- post_install() { echo ">> To enable BBDB add this to your .emacs:" echo ">> (require 'bbdb)" echo ">> (bbdb-initialize)" echo ">> If you use Gnus, add the following instead:" echo ">> (require 'bbdb)" echo ">> (bbdb-initialize 'gnus 'message)" echo ">> (bbdb-insinuate-gnus)" } # vim:set ts=2 sw=2 et: --------------------------------------------------------------------- differs from # rm -fr /var/abs/community/bbdb # abs ==> Starting ABS sync... receiving file list ... done community/ community/bbdb/ community/bbdb/PKGBUILD community/bbdb/bbdb.install sent 71 bytes received 289894 bytes 44610.00 bytes/sec total size is 14422381 speedup is 49.74 # cat /var/abs/community/bbdb/bbdb.install post_install() { echo ">> To enable BBDB add this to your .emacs:" echo ">> (require 'bbdb)" echo ">> (bbdb-initialize)" echo ">> If you use Gnus, add the following instead:" echo ">> (require 'bbdb)" echo ">> (bbdb-initialize 'gnus 'message)" echo ">> (bbdb-insinuate-gnus)" } op=$1 shift [ "$(type -t "$op")" = "function" ] && $op "$@" # vim:set ts=2 sw=2 et: |
This task depends upon
Closed by Ionut Biru (wonder)
Saturday, 06 February 2010, 00:42 GMT
Reason for closing: Not a bug
Additional comments about closing: abs is generated based on released PKGBUILDs, directly from repos/$repo-$arch
Saturday, 06 February 2010, 00:42 GMT
Reason for closing: Not a bug
Additional comments about closing: abs is generated based on released PKGBUILDs, directly from repos/$repo-$arch
The rsync server syncs only a handful of times a day.
http://repos.archlinux.org/wsvn/community/osiris/trunk/osiris.install
In fact the problem is than trunk/ and i686/ or x86_64/ differs :
http://repos.archlinux.org/wsvn/community/osiris/repos/community-x86_64/osiris.install
http://repos.archlinux.org/wsvn/community/osiris/repos/community-i686/osiris.install
I'm not sure if it's the normal behavior, maybe it's to not rebuild all packages affected.
In this case, it remains a problem with the use of abs because we have an outdated version.
Is it possible to abs on the trunk?
If you want trunk for some package use svn directly.