<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=3555&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Updating Sources to Beowulf stable]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=3555</link>
		<description><![CDATA[The most recent posts in Updating Sources to Beowulf stable.]]></description>
		<lastBuildDate>Tue, 02 Jun 2020 10:05:31 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22260#p22260</link>
			<description><![CDATA[<p>Thank you</p><p>I was as well unaware of this step. Now my problems with updating apt sources is gone as well (for installing I am using aptitude, for upgrading apt)</p><p>Have a nice day<br />Lars H</p>]]></description>
			<author><![CDATA[dummy@example.com (larsH)]]></author>
			<pubDate>Tue, 02 Jun 2020 10:05:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22260#p22260</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22259#p22259</link>
			<description><![CDATA[<div class="quotebox"><cite>Marjorie wrote:</cite><blockquote><div><p>Can someone tell me how I go about updating my sources information, which are already set to Beowulf, now that Beowulf&#039;s Suite has moved from testing to stable?</p><p>If I try and update my package indices in Synaptic I get the message: </p><p>&quot;Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing&#039; to &#039;stable&#039; This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.&quot;</p><p> This is repeated for the other sources.</p><p>I&#039;ve read man apt-secure and it tells me how to update my repository if I&#039;m a repository owner but not what I need to do as a simple user.</p></div></blockquote></div><p>Hi, for using https mirrors you need to install the https transport package like:</p><div class="codebox"><pre><code>sudo apt install apt-transport-https</code></pre></div><p>Just update the sources to take effect.</p><p><a href="https://packages.debian.org/en/buster/apt-transport-https" rel="nofollow">Sources</a></p>]]></description>
			<author><![CDATA[dummy@example.com (wingcommander1999)]]></author>
			<pubDate>Tue, 02 Jun 2020 09:52:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22259#p22259</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22251#p22251</link>
			<description><![CDATA[<p>It&#039;s not a bug. It&#039;s just that events are happening slightly out of sequence. Official announcement is coming soon. Say yes. If you were already up to date, you won&#039;t see any new packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 01 Jun 2020 22:56:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22251#p22251</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22250#p22250</link>
			<description><![CDATA[<p>Yes, on apt update that works fine. I rarely use Synaptic. cli is fine for me.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 01 Jun 2020 21:16:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22250#p22250</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22249#p22249</link>
			<description><![CDATA[<p>I can&#039;t see any way of doing this in synaptic, however</p><p>from an answer on the DNG list you <em>can</em> do it using apt:</p><p>$ sudo apt update</p><p>and, when asked, answer &#039;yes&#039; for each source.</p><div class="codebox"><pre><code>$ sudo apt update
[sudo] password for marjorie: 
Hit:1 https://updates.signal.org/desktop/apt xenial InRelease
Get:2 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease [25.6 kB]
Get:3 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-security InRelease [25.6 kB]
Get:4 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-updates InRelease [25.6 kB]
Get:5 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports InRelease [25.6 kB]
E: Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing&#039; to &#039;stable&#039;
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-security InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing-security&#039; to &#039;stable-security&#039;
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-updates InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing-updates&#039; to &#039;stable-updates&#039;
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
E: Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing-backports&#039; to &#039;stable-backports&#039;
N: This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.
Do you want to accept these changes and continue updating from this repository? [y/N] y
Get:6 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports/main Sources [243 kB]
Get:7 https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf-backports/main amd64 Packages [297 kB]
Fetched 591 kB in 26s (22.8 kB/s) 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
42 packages can be upgraded. Run &#039;apt list --upgradable&#039; to see them.</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 01 Jun 2020 21:03:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22249#p22249</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22248#p22248</link>
			<description><![CDATA[<p>Hi</p><p>There are currently problems with the repos. it seems someone might have stable before evryone involved was ready. Please be patient a couple of days. I am sure things are going to be sorted out. But it takes some time.</p><p>Have a nice day<br />Lars H</p>]]></description>
			<author><![CDATA[dummy@example.com (larsH)]]></author>
			<pubDate>Mon, 01 Jun 2020 20:47:53 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22248#p22248</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22247#p22247</link>
			<description><![CDATA[<p>Don&#039;t care if you have explicitely stated Beowulf and not stable in your sources.list. The message comes once, and then its fine.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Mon, 01 Jun 2020 20:47:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22247#p22247</guid>
		</item>
		<item>
			<title><![CDATA[Updating Sources to Beowulf stable]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=22246#p22246</link>
			<description><![CDATA[<p>Can someone tell me how I go about updating my sources information, which are already set to Beowulf, now that Beowulf&#039;s Suite has moved from testing to stable?</p><p>If I try and update my package indices in Synaptic I get the message: </p><p>&quot;Repository &#039;https://mirror.ungleich.ch/mirror/packages/devuan/merged beowulf InRelease&#039; changed its &#039;Suite&#039; value from &#039;testing&#039; to &#039;stable&#039; This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details.&quot;</p><p> This is repeated for the other sources.</p><p>I&#039;ve read man apt-secure and it tells me how to update my repository if I&#039;m a repository owner but not what I need to do as a simple user.</p>]]></description>
			<author><![CDATA[dummy@example.com (Marjorie)]]></author>
			<pubDate>Mon, 01 Jun 2020 20:42:36 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=22246#p22246</guid>
		</item>
	</channel>
</rss>
