<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=2639&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Pinning a single package]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=2639</link>
		<description><![CDATA[The most recent posts in Pinning a single package.]]></description>
		<lastBuildDate>Tue, 05 Feb 2019 17:15:35 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Pinning a single package]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14042#p14042</link>
			<description><![CDATA[<p>Yes, I&#039;ve seen this warning on the Devuan download page. That&#039;s why I used code names for pinning, ie. &quot;n=beowulf&quot; and &quot;n=ceres&quot;.</p><p>Given that little, but important correction (n= instead of a=) xinomilo&#039;s suggestion seems to do what I want. But I&#039;ll be really sure of it just when a Firefox upgrade kicks in.</p>]]></description>
			<author><![CDATA[dummy@example.com (franko)]]></author>
			<pubDate>Tue, 05 Feb 2019 17:15:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14042#p14042</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pinning a single package]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14022#p14022</link>
			<description><![CDATA[<div class="quotebox"><cite>franko wrote:</cite><blockquote><div><p>Thank you very much! This seems to work. :-)</p><p>Just one observation, I was struggling with this before, until I figured it out... XD<br />According to <span class="bbc">apt policy</span>, in the &quot;Pin&quot; line it should be stated either &quot;a=unstable&quot;, or &quot;n=ceres&quot;, otherwise it doesn&#039;t work as expected.</p></div></blockquote></div><p>I am clueless about the intricacies of pinning or <span class="bbc">apt policy</span>.&#160; But I do know there is problem with using the &quot;Suite&quot; name(s) in Devuan because there are times when Debian stable is still our testing etc.&#160; Ceres, of course never changes.&#160; Hopefully a more useful response will appear for you soon.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Tue, 05 Feb 2019 01:09:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14022#p14022</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pinning a single package]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14019#p14019</link>
			<description><![CDATA[<p>Thank you very much! This seems to work. :-)</p><p>Just one observation, I was struggling with this before, until I figured it out... XD<br />According to <span class="bbc">apt policy</span>, in the &quot;Pin&quot; line it should be stated either &quot;a=unstable&quot;, or &quot;n=ceres&quot;, otherwise it doesn&#039;t work as expected.</p>]]></description>
			<author><![CDATA[dummy@example.com (franko)]]></author>
			<pubDate>Tue, 05 Feb 2019 00:02:30 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14019#p14019</guid>
		</item>
		<item>
			<title><![CDATA[Re: Pinning a single package]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=14016#p14016</link>
			<description><![CDATA[<div class="quotebox"><cite>franko wrote:</cite><blockquote><div><p>Is it possible to pin only the Firefox-related packages, while ignoring the entire rest of the ceres repos?</p></div></blockquote></div><p>try something like this maybe, added in the same preferences file : </p><div class="codebox"><pre><code>Package: firefox
Pin: release a=ceres
Pin-Priority: 950

Package: firefox-l10n-hr
Pin: release a=ceres
Pin-Priority: 950</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (xinomilo)]]></author>
			<pubDate>Mon, 04 Feb 2019 22:33:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=14016#p14016</guid>
		</item>
		<item>
			<title><![CDATA[Pinning a single package]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=13993#p13993</link>
			<description><![CDATA[<p>Hello!<br />I have recently installed Devuan ASCII, and then upgraded it to Beuwulf altogether. Then I noticed both ASCII and Beowulf come with the same version of Firefox-ESR, with doesn&#039;t support some media content I occasionally watch (yeah, the dirty world of DRM, unfortunately), so I figured to install the latest version of proper Firefox, but I wanted to do it with a Devuan package, which is only available from Ceres repos... So I went for pinning, but I a not exactly an expert in it, so I am asking for advice here.</p><p>What I did?<br />I opened /etc/apt/sources.list and added the following line to the end: <span class="bbc">deb <a href="http://pkgmaster.devuan.org/merged" rel="nofollow">http://pkgmaster.devuan.org/merged</a> ceres main</span></p><p>Then I created /etc/apt/preferences and added this inside:</p><div class="codebox"><pre><code>Package: *
Pin: release n=beowulf
Pin-Priority: 900

Package: *
Pin: release n=ceres
Pin-Priority: -10</code></pre></div><p>I saved the file, and I did a <span class="bbc">sudo apt update</span>, went well -- no upgrades from ceres were suggested. So I did <span class="bbc">sudo apt -t ceres install firefox firefox-l10n-hr</span> (the last one is just for localization, of course). Went well, too -- it installed those two single packages from ceres, and forgot about it, as expected.</p><p>So, what do I want now?<br />I would like to be sure my Firefox package will keep being normally upgraded along with the usual upgrades, without me needing to remember to upgrade it individually, and still without automatically pulling anything else from ceres. Is it possible?<br />Is it possible to pin only the Firefox-related packages, while ignoring the entire rest of the ceres repos?</p><p>Thanks in advance for your replies. :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (franko)]]></author>
			<pubDate>Mon, 04 Feb 2019 03:04:43 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=13993#p13993</guid>
		</item>
	</channel>
</rss>
