Hi fellow testers! I test compulsively development releases since Karmic Alpha2. A frequent issue I encounter, with all the repos I tend to add, is never knowing when PPA and other repos are available for Ubuntu+1 and being confronted to ugly 404 bugs while updating.
I've just hacked a bash script to let us know when the repos we use support the release we are testing : https://code.launchpad.net/~davidc3/+junk/repostory
Use this command in a terminal to get the code:
bzr branch lp:~davidc3/+junk/repostory
The script will be in the "repostory" folder in your Home, so you have to go there and make the file executable:
cd repostory && chmod +x repostory
Make sure you have the curl and zenity packages:
sudo apt-get install curl zenity
That's it, you can now launch the script by either clicking it or typing:
./repostory
To get the latest changes, if you have a previously downloaded version just type:
cd repostory && bzr pull
[IMG]http://img831.imageshack.us/img831/3640/repostoryscreencast.gif[/IMG]
Your thoughts?