Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: HOWTO get a rolling development release?

  1. #1
    Join Date
    Oct 2009
    Location
    Sydney
    Beans
    4,301
    Distro
    Ubuntu 20.04 Focal Fossa

    Question HOWTO get a rolling development release?

    Hi,

    There was a discussing between myself and one of the developers within Ubuntu Community.
    We were talking about this post.

    Then IIRC, I think we talked about:

    just edit /etc/apt/sources.list and replace 'utopic' with 'devel'
    and

    by setting 'devel', apt always tracks the development release no need to edit sources.list every cycle or run do-release-upgrade etc.
    My question here is: have you tired this? if yes, did it work or not?

    I have problems with my Oracle VirtualBox (always small screen even after installing the extensions) and I have moved to different place and I just have one machine at the moment .. all my testing machines are not yet here. Until I manage to do it myself, I was wondering if someone has done it before?

    Why I need that?
    http://torios.org/ - we are working on an LTS release but at the most recent weekly team meeting, we were discussing the ability to have two versions: LTS stable and a rolling release.

    Also, because I am a leader of Ubuntu GNOME, that would save my time whenever I want to test

    Thanks a lot in advance!

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: HOWTO get a rolling release?

    Some systems get 'a small screen' in VirtualBox:

    Maybe you have the following problem and can use the following solution

    The screen size is limited to 640x480 unless I activate

    Code:
    GRUB_TERMINAL=console
    in /etc/default/grub and run

    Code:
     sudo update-grub

  3. #3
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: HOWTO get a rolling release?

    Thread moved to Ubuntu, Linux and OS Chat.

  4. #4
    Join Date
    Jul 2009
    Location
    New York, NY
    Beans
    1,281
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO get a rolling release?

    Development is not ubuntu's rolling release in the sense that it is geared for TESTERS not the general ubuntu population who need stability and don't want to be concerned about possible breakages...

    The general ubuntu population rolling style release will likely come once convergence takes places which will be when unity 8 desktop becomes the default (possibly by 15.10 and definitely by 16.04).
    That is when the 6 month version will likely be morphing into it...read this article and especially the paragraph about why unity 8 desktop is so special:
    http://news.softpedia.com/news/Canon...p-462117.shtml

    As far as how it affects the other versions of ubuntu, i am not sure how that applies to them but certainly is worth discussing with the developers about...
    Last edited by craig10x; November 2nd, 2014 at 02:33 PM.

  5. #5
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: HOWTO get a rolling release?

    There is not Ubuntu rolling release at this time, the Developemnet repositories are not stable.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  6. #6
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO get a rolling release?

    My question here is: have you tired this? if yes, did it work or not?
    It works. I have two installs of Ubuntu Desktop Next. One updates from the standard Ubuntu vivid archives. The other updates from the devel archive. There will be errors because not all of the repositories are open. This is normal when running any development release. For example, backports is not open. How can it be when the version has not been released yet. The Extras repository is not open either. That will open later on in the cycle. But those repositories is in the sources list so they throw up an error.

    With devel you will see messages that apt-get update was expecting devel but got vivid instead. Again it is due to certain repositories not being open in devel. This does not prevent updating/upgrading.

    I was running an install of saucy on the devel repositories and it moved from saucy on to trusty without any problems. Keep in mind that the Ubuntu developers see devel as being an update channel for Ubuntu for Devices. But that devel channel is prefixed with "ubuntu-touch." Do not use that prefix.

    http://developer.ubuntu.com/start/ub...mage-channels/

    Try an experiment. Put in a fresh install of Ubuntu Gnome Vivid and run this command

    Code:
    sudo sed -i 's/vivid/devel/g' /etc/apt/sources.list
    Then run update/upgrade as normal and see if you are getting all the updates that Ubuntu Gnome should be getting. Both those from Ubuntu and those from Ubuntu Gnome.

    Regards.

    UPDATE: I have an updated install of Ubuntu Gnome 14.10. I have just changed the repositories from utopic to devel and update/upgrade brings in 107 MB of updates and this install of Ubuntu Gnome is now

    graham@sda11-UGnome:~$ lsb_release -a
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu Vivid Vervet (development branch)
    Release: 15.04
    Codename: vivid
    Details still has the Ubuntu 14.10 logo but lists the Base system as: Ubuntu Vivid Vervet (Development Branch) 64-Bit

    Does that answer your question?
    Last edited by grahammechanical; November 2nd, 2014 at 06:19 PM.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  7. #7
    Join Date
    Oct 2009
    Location
    Sydney
    Beans
    4,301
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: HOWTO get a rolling release?

    Quote Originally Posted by grahammechanical View Post
    It works. I have two installs of Ubuntu Desktop Next. One updates from the standard Ubuntu vivid archives. The other updates from the devel archive. There will be errors because not all of the repositories are open. This is normal when running any development release. For example, backports is not open. How can it be when the version has not been released yet. The Extras repository is not open either. That will open later on in the cycle. But those repositories is in the sources list so they throw up an error.

    With devel you will see messages that apt-get update was expecting devel but got vivid instead. Again it is due to certain repositories not being open in devel. This does not prevent updating/upgrading.

    I was running an install of saucy on the devel repositories and it moved from saucy on to trusty without any problems. Keep in mind that the Ubuntu developers see devel as being an update channel for Ubuntu for Devices. But that devel channel is prefixed with "ubuntu-touch." Do not use that prefix.

    http://developer.ubuntu.com/start/ub...mage-channels/

    Try an experiment. Put in a fresh install of Ubuntu Gnome Vivid and run this command

    Code:
    sudo sed -i 's/vivid/devel/g' /etc/apt/sources.list
    Then run update/upgrade as normal and see if you are getting all the updates that Ubuntu Gnome should be getting. Both those from Ubuntu and those from Ubuntu Gnome.

    Regards.

    UPDATE: I have an updated install of Ubuntu Gnome 14.10. I have just changed the repositories from utopic to devel and update/upgrade brings in 107 MB of updates and this install of Ubuntu Gnome is now



    Details still has the Ubuntu 14.10 logo but lists the Base system as: Ubuntu Vivid Vervet (Development Branch) 64-Bit

    Does that answer your question?
    Hi and thanks a million for the detailed answer. Indeed, this is what I was looking for. While I was reading your post, I have done it on one of my virtual machines and

    Code:
    sudo apt-get dist-upgrade
    is installing now ...

    I need to keep doing some tests until I find or get what I need .. we are on the right track, thanks to you

    I will try that experiment hopefully later. I found an old virtual machine that I don't use any more and edited the sources list and it just worked

  8. #8
    Join Date
    Oct 2009
    Location
    Sydney
    Beans
    4,301
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: HOWTO get a rolling release?

    Quote Originally Posted by sudodus View Post
    Some systems get 'a small screen' in VirtualBox:

    Maybe you have the following problem and can use the following solution

    The screen size is limited to 640x480 unless I activate

    Code:
    GRUB_TERMINAL=console
    in /etc/default/grub and run

    Code:
     sudo update-grub
    Hi and thanks for your post.

    Edit:
    You're right, it is working now with bigger screen
    Last edited by amjjawad; November 7th, 2014 at 03:44 PM.

  9. #9
    Join Date
    Oct 2009
    Location
    Sydney
    Beans
    4,301
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: HOWTO get a rolling release?

    Hi,

    I posted on Ubuntu GNOME Mailing List and the Social Media Channels about the idea and people were excited about that so I wrote this:

    http://ubuntugnome.org/howto-run-ubu...lling-release/

  10. #10
    Join Date
    May 2007
    Location
    The New Forest
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: HOWTO get a rolling development release?

    Thread title edited to reflect the reality of the situation

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •