[proaudio] More live packages need https clone url |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: [proaudio] More live packages need https clone url
- From: Nikita Zlobin <nick87720z@xxxxxxxxx>
- Date: Thu, 22 Oct 2020 15:50:18 +0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=be+r5e3/kaAQr5/Al/p2Uc3Ug9KNEknbOW5QHrWo6gg=; b=LLzJ+6g2qI2FCeCuAk2yaFJeKa+1hGI5vBlS8HM79aeiWPVDhoAOtgjaycifTyQhj/ Q/HZ2+0cE6bEUCszhXXmATsbS8F7grbFiwYtHShvFtB6ndie6YG3ypowEfSI7m0m1PfD hIp0XHuacg7RYmM7Eocqoj0Nd+p7dxlq6WupOd+4jbzCdbZjvHK+3pOj3pNDJO5Ad0eW ogr3aSMzukgJebdhWTkvFh8LAPHbXdd2wTAkefM0YvOZHIUHm/JjSbdSrA6up6pAPF8Y xrOQPp9qWn2e6TvJLs3vIA3yc5jDzMZJKvYe+gebNP54cqZpkxOuhatkOb8hZtCh+VMn 6TqA==
Not sure if I did not wrote such thing before, at least it should be
more actual. Just because it could save some time.
I grepped for ebuilds still using git:// clone url.
$ find /var/db/repos/proaudio -name '*.ebuild' |\
xargs grep --color=always -nF -s -e 'git://'
At least these support https:
- Hosting-wide: github, sourceforge, savannah (including tutka),
git.kernel.org.
Could be done with sed, e.g.:
find /var/db/repos/proaudio -name '*.ebuild' |\
xargs grep --color=always -nF -s -e 'git://github.com/' |\
cut -d':' -f1 |\
xargs sed -ie 's|git://github.com/|https://github.com|'
- Special case for repo.or.cz. HTTPS is supported, but requires to add
their certificate to get rid of warnings about unknown certificate (I
solved it by placing it to system certificates).
This certificate could be packaged and be requirement for everything
cloning from repo.or.cz.
Or, by the way, Nedko made github mirror: https://github.com/LADI
Yet I found some for a2jmidid, e.g. from linuxaudio and
simonvanderveldt.
For traverso: current home page seems useless, this is more
actual: https://savannah.nongnu.org/projects/traverso/
sys-apps/rt-tests presents in portage as dev-util/rt-tests
(though no live ebuilds, release from 2020).