You are not logged in.
Pages: 1
I don't know where to dump this so I thought i'd try it here
.
Can someone of the devs do a quick du -hs and tell me what the sizes of the three repos are (core, extra, community)? I am planning to do some tinkering and I'd need to mirror the repos for that, but I don't know if 16 GB (my Linode) is gonna be sufficient...
Thanks ![]()
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
http://www.archlinux.de/?page=PackageStatistics
Total size of repositories 26.23 GByte
Total size of files 62.33 GByte
i'm not sure how good are.
Give what you have. To someone, it may be better than you dare to think.
Offline
52M ./testing/os/i686
62M ./testing/os/x86_64
371M ./testing/os/any
5.6G ./extra/os/i686
5.7G ./extra/os/x86_64
4.0K ./extra/os/any
523M ./kde-unstable/os/i686
530M ./kde-unstable/os/x86_64
249M ./kde-unstable/os/any
180M ./core/os/i686
191M ./core/os/x86_64
4.0K ./core/os/any
6.3G ./community/os/i686
6.3G ./community/os/x86_64Offline
myhost% for i in /var/lib/pacman/sync/*; do echo $i; grep -r CSIZE -A1 -h $i | grep -o "[0-9]*" | awk '{sum+=$1}END{print sum/1024}'; done
/var/lib/pacman/sync/community
6.53853e+06
/var/lib/pacman/sync/core
181204
/var/lib/pacman/sync/extra
5.78137e+06
For i686 repository.
The good news is that it seems to match the real number posted by Allan ![]()
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
5.6G ./extra/os/i686
4.0K ./extra/os/any
180M ./core/os/i686
4.0K ./core/os/any
6.3G ./community/os/i686That should fit in nicely lol ![]()
Thanks Allan!
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Hijacking.
How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?
Offline
Hijacking.
How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?
they're done with pkgstats, see http://bbs.archlinux.org/viewtopic.php?pid=445565
Re pacman: some people use pacman-git for example.
Offline
majiq wrote:Hijacking.
How are those statistics from archlinux.de made? Particularly the lowest and highest number of packages installed? And also the "Popular packages per repository"? Am I to understand that .18% of Archlinux installations do not have pacman? Also, is that only for the users who use a specific mirror?
they're done with pkgstats, see http://bbs.archlinux.org/viewtopic.php?pid=445565
Re pacman: some people use pacman-git for example.
Hello
Where I can get pacman-git , does he have new any new funcions?
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
^^
If you need to ask such a question, you do not need to be using pacman-git.
Hmm but I can't find it in AUR and I like to try some new things ![]()
Ok I got it ![]()
Last edited by SpeedVin (2009-07-29 08:40:27)
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
Pages: 1