Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

wimpysworld/rolling-rhino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rolling Rhino

This project has served its purpose. It inspired another group of developers to create a fully fledged Ubuntu Rolling Rhino distro.

Therefore, this project is concluded and I encourage those of you seeking a rolling Ubuntu to download the excellent Rolling Rhino Remix 🦏

History of the Rolling Rhino script

Convert Ubuntu into a "rolling release" that tracks the devel series; for the toughest of Ubuntu users.

Rolling Rhino
Rolling Rhino

Simple shell script to make Ubuntu track the `devel` series.

Made with 💝 for

Introduction

Rolling Rhino is a simple tool to convert Ubuntu Desktop, and the official desktop flavours, that has been installed from a daily image into a "rolling release" by opting into and tracking the devel series.

Rolling Rhino is intended for Ubuntu developers and experienced Ubuntu users who want to install Ubuntu once and then track all development updates with automatic tracking of subsequent series.

We have a Discord for this project: Discord

Caveats

If you use Rolling Rhino to opt-in to devel series you're assuming support of your system, including taking care of PPA migrations, cleaning obsolete/orphaned packages and actively participating in any issue resolution for problems you may encounter via Launchpad using tools such as apport and ubuntu-bug.

If the daily ISO you install is for an interim release, you will need to wait until the next LTS release opens and run a 'do-release-upgrade' from your installed system before you can join Rolling Rhino.

You will see W: Conflicting distribution: warnings from apt as its configuration will now reference the devel series which is a pointer to the current in-development series. But they are just that, warnings.

Origins of Rolling Rhino

Ubuntu Podcast had feedback about making Ubuntu a rolling release, something we discussed during the main segment of S13E12 - Red Sky in the Morning and then covered again based on listener feedback during S13E14 - Ace of Spades. During episode S13E14 guest presenter Stuart Langridge proposed "Ubuntu Rolling Rhino" as the name for a rolling Ubuntu release along with some ideas as to how it could be implemented. Sergio Schvezov then followed up via Twitter reminding us that the devel series exists in Ubuntu. This inspired me to create this rolling-rhino tool to somewhat implement Stuart's idea by taking advantage of the devel series.

Where it all came together

See the video where I worked with the community to put together the initial implementation of rolling-rhino.

Making Ubuntu a rolling release - Rolling Rhino

Usage

git clone https://github.com/wimpysworld/rolling-rhino.git
cd rolling-rhino
sudo ./rolling-rhino

Which will output something like this:

Rolling Rhino 🦏
  [+] INFO: lsb_release detected.
  [+] INFO: Ubuntu detected.
  [+] INFO: Ubuntu 20.04 LTS detected.
  [+] INFO: Detected ubuntu-desktop.
  [+] INFO: No PPAs detected, this is good.
  [+] INFO: All checks passed.
Are you sure want to start tracking the devel series? [y/N]

Credits

TODO

  • Detect system is running an Ubuntu Development Branch.
  • Detect desktop meta packages.
  • Detect PPAs.
  • Detect sources.list is not already tracking devel.
  • Create clean sources.list that tracks devel.
  • Use yad to create a UI