[pacman-dev] makeworld script- anyone use it?
I've noticed the makeworld script is in the pacman CVS, and I've never used the program in my life. Does anyone still use this, and is it worth updating? This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is). Any thoughts appreciated. -Dan
2007/1/6, Dan McGee <dpmcgee@gmail.com>:
I've noticed the makeworld script is in the pacman CVS, and I've never used the program in my life. Does anyone still use this, and is it worth updating? This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is).
Any thoughts appreciated.
I don't use it. What's its purpose? May be part of pacman-utils package, as you suggested in another message. -- Roman Kyrylych (Роман Кирилич)
I have no knowledge of it and have never used it On 1/9/07, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2007/1/6, Dan McGee <dpmcgee@gmail.com>:
I've noticed the makeworld script is in the pacman CVS, and I've never used the program in my life. Does anyone still use this, and is it worth updating? This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is).
Any thoughts appreciated.
I don't use it. What's its purpose? May be part of pacman-utils package, as you suggested in another message.
-- Roman Kyrylych (Роман Кирилич) _______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
makeworld is very useful if you wish to build and entire ABS tree. I've used it once or twice, but it seems more useful if you maintain lots of packages. On 1/9/07, Christ Schlacta <aarcane@gmail.com> wrote:
I have no knowledge of it and have never used it
On 1/9/07, Roman Kyrylych <roman.kyrylych@gmail.com> wrote:
2007/1/6, Dan McGee <dpmcgee@gmail.com>:
I've noticed the makeworld script is in the pacman CVS, and I've never used the program in my life. Does anyone still use this, and is it worth updating? This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is).
Any thoughts appreciated.
I don't use it. What's its purpose? May be part of pacman-utils package, as you suggested in another message.
-- Roman Kyrylych (Роман Кирилич) _______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
2007/1/10, Robert Howard <howard.rob@gmail.com>:
makeworld is very useful if you wish to build and entire ABS tree. I've used it once or twice, but it seems more useful if you maintain lots of packages.
You mean it can be used to rebuild all /var/abs/local (or whatever your local repo is)? -- Roman Kyrylych (Роман Кирилич)
On 1/6/07, Dan McGee <dpmcgee@gmail.com> wrote:
This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is).
Hmm, I may agree. It appears, at first glance, that it really just does a "find . -name PKGBUILD" and cd's and runs makepkg.... I could see it being useful, but I've never used it... do any of the developers (the only people I could see using it) actually use this?
On Thu, 11 Jan 2007 11:37:23 -0600 "Aaron Griffin" <aaronmgriffin@gmail.com> wrote:
On 1/6/07, Dan McGee <dpmcgee@gmail.com> wrote:
This, to me, seems to almost violate the KISS principle and should be spun off into another package (like srcpac is).
Hmm, I may agree. It appears, at first glance, that it really just does a "find . -name PKGBUILD" and cd's and runs makepkg....
I could see it being useful, but I've never used it... do any of the developers (the only people I could see using it) actually use this?
The old porters used to use it. Plus it's nice for building base when bootstrapping a new arch, etc. One of the things it does is not build packages that have already been built, so you can build a category by running it multiple times (because each level of deps is built per run). Jason
participants (6)
-
Aaron Griffin
-
Christ Schlacta
-
Dan McGee
-
Jason Chu
-
Robert Howard
-
Roman Kyrylych