LWN.net Logo

Remnant: A new release process for Ubuntu?

Remnant: A new release process for Ubuntu?

Posted Sep 10, 2011 20:32 UTC (Sat) by przemoc (subscriber, #67594)
In reply to: Remnant: A new release process for Ubuntu? by pedrib
Parent article: Remnant: A new release process for Ubuntu?

Same here, i.e. stable with some changes.

Well, not exactly same, because over time not only key packages have been upgraded in my box (like tmux from backports, nvidia-* from testing/wheezy), but even less important ones. OTOH due to bumped versions of dependencies in testing+ (like in case of okular, it needed though lowering KDE4 ver requirement and removing some unsupported &jovie; in index.docbook) or lack of maintainership (like in case of pan), you're sometimes enforced to do your own builds. I also use external repos (for virtualbox or google-chrome).

I don't like adding repos of testing+ in stable explicitly, so I've crafted handy oneliner for getting all packages built from given source one.

PKG=git REL=wheezy ARCH=amd64 PKGHOST="http://packages.debian.org" MIRROR="ftp.pl.debian.org"; wget -q "$PKGHOST/source/$REL/$PKG" -O - | sed '/.*<dt><a href="/!d;s,,'"$PKGHOST"',;s,'"$REL"'/,&'"$ARCH"'/,;s,".*,/download,' | xargs wget -q -O - | sed '\,'"$MIRROR"',!d;s,[^"]*",,;s,".*,,' | xargs -n1 wget

It will surely break with next upgrade of debian sites look, but works for now (for me).


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds