The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Switching from debian testing to stable

    Discussion in 'Linux Compatibility and Software' started by wearetheborg, Nov 29, 2009.

  1. wearetheborg

    wearetheborg Notebook Virtuoso

    Reputations:
    1,282
    Messages:
    3,122
    Likes Received:
    0
    Trophy Points:
    105
    I want to do the following:
    Install from debian testing, then when squeeze is released, switch over the repos to squeeze so nothing needs to be changed on the installed system except the repos.

    Is this possible ? At what point would I need to switch over the repos ? The date on which squeeze comes out ?
     
  2. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Just put "squeeze" everywhere for version in /etc/apt/sources.list.
     
  3. wearetheborg

    wearetheborg Notebook Virtuoso

    Reputations:
    1,282
    Messages:
    3,122
    Likes Received:
    0
    Trophy Points:
    105
    Hmmm, the sources.list file says:
    Code:
    deb http://ftp.at.debian.org/debian/ lenny main non-free contrib
    deb http://security.debian.org/ lenny/updates main contrib non-free
    
    
    So if I just replace lenny with squeeze, I'm good ? No need to specify testing/unstable etc ?

    How do the names work ? Does squeeze refer to debian testing or unstable ?
     
  4. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Actually, you are not running Debian Testing then. You are running Debian Stable.
    Squeeze refers to the next stable release, and it's like testing. Once Stable is released, your system will be just like Debian Stable.
     
  5. wearetheborg

    wearetheborg Notebook Virtuoso

    Reputations:
    1,282
    Messages:
    3,122
    Likes Received:
    0
    Trophy Points:
    105
    Right, that is my question. What repos would I put on a newly installed Debian Squeeze testing system now, and do I need to change the repos when Debian Squeeze Stable is released ?
    This install I'm talking about has not taken place.
     
  6. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    You don't have to change the repositories, if you have the squeeze repo it will eventually become "stable" release.
     
  7. wearetheborg

    wearetheborg Notebook Virtuoso

    Reputations:
    1,282
    Messages:
    3,122
    Likes Received:
    0
    Trophy Points:
    105
    So if I put squeeze in the repos now:
    Code:
    deb http://ftp.at.debian.org/debian/ squeeze main non-free contrib
    deb http://security.debian.org/ squeeze/updates main contrib non-free
    
    Will it refer to debian testing or debian unstable at te current time ?
     
  8. timberwolf

    timberwolf Notebook Consultant

    Reputations:
    131
    Messages:
    288
    Likes Received:
    0
    Trophy Points:
    30
    You can check the Debian branch names for yourself, go to the debian.org site and then look at the links under the Getting Started section.

    If your change your sources.list (or sources.list.d/ files) from lenny to squeeze now then your system will attempt to upgrade to the testing branch the next time an apt-get update/upgrade is run! (or aptitude or any other program that pulls in new packages). You could break your system.