<?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=2901&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / InRelease, Release, and Release.gpg files need updating]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=2901</link>
		<description><![CDATA[The most recent posts in InRelease, Release, and Release.gpg files need updating.]]></description>
		<lastBuildDate>Mon, 08 Jul 2019 07:39:10 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16892#p16892</link>
			<description><![CDATA[<p>It has happened again.&#160; The release files for all the <a href="http://pkgmaster.devuan.org/merged/dists/" rel="nofollow">http://pkgmaster.devuan.org/merged/dists/</a> directories have not been updated since 7/07/19 01:30.</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Mon, 08 Jul 2019 07:39:10 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16892#p16892</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16621#p16621</link>
			<description><![CDATA[<p>Ah, ok. Thx for the explanation.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 20 Jun 2019 20:40:33 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16621#p16621</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16620#p16620</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>What I think is happening here is that when a newer time code is found, the program returns, but only to one level up, where the next code line tells it to return false (i.e. the time code was not newer). But perhaps I misinterpreted (s&#039;cuse the pun <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ) the code.</p></div></blockquote></div><p><span class="bbc"><a href="https://git.devuan.org/devuan-infrastructure/amprolla3/blob/master/amprolla_update.py#L22-36" rel="nofollow">amprolla_update.py#L22-36</a></span> simplified:</p><div class="codebox"><pre><code>$ cat asdds.py 
def left_is_bigger(left, right):

    if left &gt; right:
        print(&#039;%d &gt; %d&#039; % (left,right))
        return True

    print(&#039;%d &lt;= %d&#039; % (left,right))
    return False

left_is_bigger(1337, 42)
left_is_bigger(42, 1337)
$ python3 asdds.py 
1337 &gt; 42
42 &lt;= 1337</code></pre></div><p><span class="bbc">return</span> does not leave indentation levels, it leaves the function.</p>]]></description>
			<author><![CDATA[dummy@example.com (yeti)]]></author>
			<pubDate>Thu, 20 Jun 2019 20:25:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16620#p16620</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16619#p16619</link>
			<description><![CDATA[<p>I&#039;m no coder either, but scripts (and programs for that matter) follow a logical sequence. But I don&#039;t understand this section:</p><p>(from <a href="https://git.devuan.org/devuan-infrastructure/amprolla3/blob/master/amprolla_update.py" rel="nofollow">https://git.devuan.org/devuan-infrastru … _update.py</a>)</p><div class="codebox"><pre><code>if get_time(rem_date) &gt; get_time(loc_date):
        info(&#039;Remote Release is newer!&#039;)
        return True

    return False</code></pre></div><p>What I think is happening here is that when a newer time code is found, the program returns, but only to one level up, where the next code line tells it to return false (i.e. the time code was not newer). But perhaps I misinterpreted (s&#039;cuse the pun <img src="http://dev1galaxy.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" /> ) the code.</p><p>HTH!</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Thu, 20 Jun 2019 19:50:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16619#p16619</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16618#p16618</link>
			<description><![CDATA[<p>I won&#039;t be venturing there either.&#160; &#160;<img src="http://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" />&#160; I&#039;m just the messenger . . .</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 20 Jun 2019 19:36:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16618#p16618</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16617#p16617</link>
			<description><![CDATA[<p>I am afraid I have reached the level of my incompetence here.&#160; I am not a python programmer, so a lot of this is gibberish to me.<br />I am going to keep trying to understand it, but don&#039;t hold your breath waiting for help from me.</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Thu, 20 Jun 2019 19:29:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16617#p16617</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16608#p16608</link>
			<description><![CDATA[<p>Thanks for taking a look.&#160; That actually surprised me so good for you!</p><p>There are some other ideas here: <br /><span class="bbu"><a href="https://lists.dyne.org/lurker/message/20190619.162316.e9e75889.en.html" rel="nofollow">https://lists.dyne.org/lurker/message/2 … 89.en.html</a></span></p><p>But the real issue is somewhere here:<br /><span class="bbu"><a href="https://git.devuan.org/devuan-infrastructure/amprolla3" rel="nofollow">https://git.devuan.org/devuan-infrastructure/amprolla3</a></span></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Thu, 20 Jun 2019 02:19:59 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16608#p16608</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16607#p16607</link>
			<description><![CDATA[<p>On the issue from 6/14, all that I could find were a lot of error 404 on the debian website.&#160; It as as if it was not online.&#160; Then it ended with :<br />2019/06/14 15:02:31 [ERR] (&quot;Connection broken: ConnectionResetError(104, &#039;Connection reset by peer&#039;)&quot;, ConnectionResetError(104, &#039;Connection reset by peer&#039;))</p><p>It seems that the internet connection to the devuan server was terminated.</p><p>On the issue from 6/17, the same massive 404 messages from debian, but no internet disconnection message.</p><p>That&#039;s all I can see from that.&#160; Does that make any sense to anyone?</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Thu, 20 Jun 2019 00:55:40 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16607#p16607</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16604#p16604</link>
			<description><![CDATA[<p>Perhaps you can find the needle in the haystack that is causing this?<br /><a href="https://pkgmaster.devuan.org/amprolla.txt" rel="nofollow">https://pkgmaster.devuan.org/amprolla.txt</a></p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Wed, 19 Jun 2019 22:35:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16604#p16604</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16602#p16602</link>
			<description><![CDATA[<p>Well, today is 6/19 and now the last versions of the files are 6/17.&#160; Once again, no updates for packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Wed, 19 Jun 2019 22:28:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16602#p16602</guid>
		</item>
		<item>
			<title><![CDATA[Re: InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16578#p16578</link>
			<description><![CDATA[<p>They seem to have been updated yesterday.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 18 Jun 2019 17:03:01 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16578#p16578</guid>
		</item>
		<item>
			<title><![CDATA[InRelease, Release, and Release.gpg files need updating]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=16562#p16562</link>
			<description><![CDATA[<p>On the server <a href="http://pkgmaster.devuan.org/merged/dists/" rel="nofollow">http://pkgmaster.devuan.org/merged/dists/</a> none of the InRelease, Release, or Release.gpg files in any of the folders have been updated since 14-Jun-2019.&#160; This prevents any updating or upgrading of packages.</p>]]></description>
			<author><![CDATA[dummy@example.com (mknoop)]]></author>
			<pubDate>Mon, 17 Jun 2019 19:27:51 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=16562#p16562</guid>
		</item>
	</channel>
</rss>
