You are not logged in.
+1 for the single mirrorlist.
Single mirrorlist + rankmirrors = perfect combo.
Just one thing (for the users, not the devs):
maybe i'm missing something, but i have for example
[testing] include /etc/pacman.d/mirrorlist [extra] include /etc/pacman.d/mirrorlist
and so on....
So, what's the point of having to type the mirror for them all (ok, super lazy argument here). Is this a "feature", so the user can still supply a custom set of mirrors? Or am i doing this wrong?
PS: /me praises the devs
So you can do something like this (btw, probably want the equals sign):
[custompkgs]
Server = file://var/packages/
[testing]
Server = http://myupdatedtestingmirror.org/$repo/os/i686
Include = /etc/pacman.d/mirrorlist
[extra]
Include = /etc/pacman.d/mirrorlist
Offline
That was exactly what I was thinking of, toofishes So what would be the advantage? Would it resort to the mirror files if the Server was down?
Thanks for the replies
Offline
Anyone can confirm that pacman 3.1.0 breaks namcap?
Offline
The removal of .FILELIST from packages did break namcap. I saw a patch on the pacman-dev list so I assume it will be fixed soon
Last edited by Allan (2008-01-11 05:32:04)
Offline
The removal of .FILELIST from packages did break namcap. I saw a patch on the pacman-dev list so I assume it will be fixed soon
It looks like Jason applied the patch to namcap git, so it's all good. We just need a new namcap release now
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
That was exactly what I was thinking of, toofishes So what would be the advantage? Would it resort to the mirror files if the Server was down?
Thanks for the replies
As toofishes showed, the main advantage is flexibility (and also the simplicity of the code).
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
Is there any way to get install messages translated? I mean the stuff 3.1.0 spits out at installation - would seem logical that people would like to have these important messages in local language, right?
There is no way currently. And it looks like it might be more complicated to have all these little .install files gettext'ed, but I'm not sure.
Is it currently possible to install and use arch without knowing english anyway? That's not an argument, I'm just curious, I never really paid attention to that.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
So is the pacman api whatnot now complete and if it is does it mean we could get some GUIs now?
I think what I said there still applies:
http://bbs.archlinux.org/viewtopic.php? … 96#p300796
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
What's about the binary differencies for the upgrades?
xdelta support was added to pacman, courtesy of Nathan Jones.
It works really nice, the pacman-git repo used for testing pacman had delta support, and it was great.
However, the deltas can currently only be generated at package creation time (makepkg).
The next step would be to also make the generation possible when the package is added to the repo.
For example, adding it to the repo-add tool.
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
However, the deltas can currently only be generated at package creation time (makepkg).
The next step would be to also make the generation possible when the package is added to the repo.
For example, adding it to the repo-add tool.
Ok, thanks. I'm waiting for it in suspence
Offline
I've switched to testing just to test pacman 3.10 - and it's a nice improvement to the last version. The single mirrorlist is great and simplifies setting up the system even further and so far I haven't encountered any problems.
Good work!
Offline
I was expecting spinning hub caps on this release?
Oh wells... Thanks to all the devs and the bug reporters for making pacman the most awesomest package manager out there.
i owes you's alls beers!
fck art, lets dance.
Offline
I hail you, Arch overlords (with those fancy thrones of yours), for delivering another fantastic pacman release.
Offline
i owes you's alls beers!
Damn, I was just in Perth....
Offline
can the files provided by a package be viewed from abs somehow without installing the package now that .FILELIST was removed?
ive been looking for a way to get as much of the functionability the archlinux.org site offers as i can in the command line and was considering installing again abs after more than a year without it. filelist was a very handy feature from this point of view
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline
can the files provided by a package be viewed from abs somehow without installing the package now that .FILELIST was removed?
ive been looking for a way to get as much of the functionability the archlinux.org site offers as i can in the command line and was considering installing again abs after more than a year without it. filelist was a very handy feature from this point of view
What do you mean, viewing the file from abs?
If you had .FILELIST, it means you built the package anyway, right?
If that's the case, just do pacman -Qlp <package>. but well, you can also just do tar -tf <package>
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
i owes you's alls beers!
well in honor of pacman working so well, I guess I will salute it myself. (beer)
Offline
dolby wrote:can the files provided by a package be viewed from abs somehow without installing the package now that .FILELIST was removed?
ive been looking for a way to get as much of the functionability the archlinux.org site offers as i can in the command line and was considering installing again abs after more than a year without it. filelist was a very handy feature from this point of viewWhat do you mean, viewing the file from abs?
If you had .FILELIST, it means you built the package anyway, right?
If that's the case, just do pacman -Qlp <package>. but well, you can also just do tar -tf <package>
it seems abs didnt really distribute .FILELIST files. i dont know why but i thought it did. as you say the package needs to be built to have one which is ofc logical since the .FILELIST was part of the built package.
There shouldn't be any reason to learn more editor types than emacs or vi -- mg (1)
[You learn that sarcasm does not often work well in international forums. That is why we avoid it. -- ewaller (arch linux forum moderator)
Offline