mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Update Github URLs with Salsa URLs
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
parent
344b1b8366
commit
db2b796165
@ -96,7 +96,7 @@ Naming conventions:
|
||||
|
||||
|
||||
## Use of GPG
|
||||
* Sign all commits with GPG. This means avoiding GitHub's fancy merge and rebase
|
||||
* Sign all commits with GPG. This means avoiding GitLab's fancy merge and rebase
|
||||
buttons and doing it locally, where your private key is.
|
||||
* In case a contributor signed with GPG, rebasing will strip it away. To
|
||||
compensate, put your GPG signature on the rebased commits. Given that we have
|
||||
|
||||
@ -152,12 +152,13 @@ $ make -C doc
|
||||
|
||||
## Repository
|
||||
|
||||
Plinth is available from [GitHub](https://github.com/freedombox/plinth).
|
||||
Plinth is available from
|
||||
[salsa.debian.org](https://salsa.debian.org/freedombox-team/plinth).
|
||||
|
||||
## Bugs & TODO
|
||||
|
||||
You can report bugs on Plinth's [issue
|
||||
tracker](https://github.com/freedombox/Plinth/issues).
|
||||
tracker](https://salsa.debian.org/freedombox-team/plinth/issues).
|
||||
|
||||
See CONTRIBUTING.md for information how to best contribute code.
|
||||
|
||||
|
||||
6
debian/control
vendored
6
debian/control
vendored
@ -37,9 +37,9 @@ Build-Depends: debhelper (>= 10~)
|
||||
, python3-setuptools-git
|
||||
, xmlto
|
||||
Standards-Version: 4.1.2
|
||||
Homepage: https://github.com/freedombox/Plinth
|
||||
Vcs-Git: https://github.com/freedombox/Plinth.git
|
||||
Vcs-Browser: https://github.com/freedombox/Plinth
|
||||
Homepage: https://salsa.debian.org/freedombox-team/plinth
|
||||
Vcs-Git: https://salsa.debian.org/freedombox-team/plinth.git
|
||||
Vcs-Browser: https://salsa.debian.org/freedombox-team/plinth
|
||||
|
||||
Package: plinth
|
||||
Breaks: freedombox-setup (<< 0.11~)
|
||||
|
||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,5 +1,5 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: https://github.com/freedombox/Plinth
|
||||
Source: https://salsa.debian.org/freedombox-team/plinth
|
||||
Upstream-Name: Plinth
|
||||
Files-Excluded: plinth/modules/jsxc/static/img plinth/modules/jsxc/static/libjs-jsxc/*
|
||||
|
||||
|
||||
@ -214,8 +214,8 @@
|
||||
<title>Bugs</title>
|
||||
<para>
|
||||
See <ulink
|
||||
url="https://github.com/freedombox/Plinth/issues">Plinth issue
|
||||
tracker</ulink> for a full list of known issues and TODO items.
|
||||
url="https://salsa.debian.org/freedombox-team/plinth/issues">Plinth
|
||||
issue tracker</ulink> for a full list of known issues and TODO items.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
||||
@ -26,10 +26,10 @@
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
These are the last {{ num_lines }} lines of the status log for
|
||||
this web interface. If you want to report a bug, please use the
|
||||
<a href="https://github.com/freedombox/Plinth/issues">bug tracker</a> and
|
||||
attach this status log to the bug report.
|
||||
These are the last {{ num_lines }} lines of the status log for this web
|
||||
interface. If you want to report a bug, please use the <a
|
||||
href="https://salsa.debian.org/freedombox-team/plinth/issues">bug
|
||||
tracker</a> and attach this status log to the bug report.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
|
||||
@ -32,9 +32,9 @@
|
||||
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
If you believe this missing page should exist, please file a bug
|
||||
at the Plinth project
|
||||
<a href="https://github.com/freedombox/Plinth/issues">issue
|
||||
If you believe this missing page should exist, please file a bug at the
|
||||
Plinth project <a
|
||||
href="https://salsa.debian.org/freedombox-team/plinth/issues">issue
|
||||
tracker</a>.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
@ -27,11 +27,11 @@
|
||||
<p>
|
||||
{% url 'help:status-log' as status_log_url %}
|
||||
{% blocktrans trimmed %}
|
||||
This is an internal error and not something you caused or can
|
||||
fix. Please report the error on
|
||||
the <a href="https://github.com/freedombox/Plinth/issues">bug
|
||||
tracker</a> so we can fix it. Also, please attach the
|
||||
<a href="{{ status_log_url }}">status log</a> to the bug report.
|
||||
This is an internal error and not something you caused or can fix. Please
|
||||
report the error on the <a
|
||||
href="https://salsa.debian.org/freedombox-team/plinth/issues">bug
|
||||
tracker</a> so we can fix it. Also, please attach the <a
|
||||
href="{{ status_log_url }}">status log</a> to the bug report.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
|
||||
|
||||
@ -135,7 +135,7 @@
|
||||
<a href="https://freedombox.org">{% trans "Homepage" %}</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://github.com/freedombox/">{% trans "Source Code" %}</a>
|
||||
<a href="https://salsa.debian.org/freedombox-team/">{% trans "Source Code" %}</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://freedomboxfoundation.org/donate/">{% trans "Donate" %}</a>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user