mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#guixtips

0 Beiträge0 Beteiligte0 Beiträge heute
Cayetano Santos<p>Need to contribute to <a href="https://sigmoid.social/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> using the <a href="https://sigmoid.social/tags/agit" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>agit</span></a> <a href="https://sigmoid.social/tags/git" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>git</span></a> flow ? Wonder how could you send a long pull request description in a markdown file ?</p><p>Customize your pull_request_template.md file and use the push.sh script in this example:</p><p> <a href="https://codeberg.org/csantosb/guix/pulls/1" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">codeberg.org/csantosb/guix/pul</span><span class="invisible">ls/1</span></a></p><p><a href="https://sigmoid.social/tags/guixtips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guixtips</span></a></p>
Cayetano Santos<p>Having a 502 error from the server when you install or update <a href="https://sigmoid.social/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> ?</p><p>Just replace the official savannah repository by this official mirror at <a href="https://sigmoid.social/tags/codeberg" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>codeberg</span></a>, with a much better uptime</p><p>&nbsp;&nbsp;&nbsp; guix pull --url=<a href="https://codeberg.org/guix/guix-mirror" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">codeberg.org/guix/guix-mirror</span><span class="invisible"></span></a></p><p><a href="https://sigmoid.social/tags/guixtips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guixtips</span></a></p>
Cayetano Santos<p>Ever wanted to contribute to <a href="https://sigmoid.social/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> or <a href="https://sigmoid.social/tags/emacs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emacs</span></a> commons ? A bit scary about the <a href="https://sigmoid.social/tags/email" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>email</span></a> based workflow ? Afraid of having to manipulate thousands of emails locally ?</p><p>No worries: <a href="https://yhetil.org" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">yhetil.org</span><span class="invisible"></span></a>, a public-inbox based service, provides a nice web front end to browse for patches, issues and bugs you may contribute to fix: thread overview, outlining, reply links, thread download in <a href="https://sigmoid.social/tags/mbox" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mbox</span></a> format, everything you need to start contributing is there.</p><p><a href="https://sigmoid.social/tags/guixtips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guixtips</span></a> <a href="https://sigmoid.social/tags/emailrenaissance" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emailrenaissance</span></a> <a href="https://sigmoid.social/tags/emailisnotdead" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>emailisnotdead</span></a></p>
Cayetano Santos<p><a href="https://sigmoid.social/tags/guixtips" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guixtips</span></a></p><p>Check for available new releases of packages in a <a href="https://sigmoid.social/tags/guix" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>guix</span></a> module of guix itself:</p><p> guix refresh -s module:emacs-xyz</p><p>or, using the full path to some module on $GUIX_PACKAGE_PATH</p><p> guix refresh -s module:"(electronics packages ancillary)"</p><p>or, setting the path to current directory</p><p> guix refresh -L . -s module:"(electronics packages ancillary)"</p>