Hi, On Mon, 25 Oct 2021 at 10:43, zimoun <zimon.touto...@gmail.com> wrote: > On Sat, 23 Oct 2021 at 11:55, Timothy Sample <samp...@ngyro.com> wrote:
>> For the 376: >> >> SELECT fod_id, >> swhid, >> reference >> FROM fods >> LEFT JOIN fod_references USING (fod_id) >> WHERE NOT is_in_swh >> AND reference LIKE '(git-reference%'; Using the the URLs reported by this query, I notice: 1, https://git.code.sf.net is rejected by SWH. For instance, «The origin url is not valid or does not reference a code repository» or «Error: The "save code now" request has been rejected because the provided origin url is blacklisted.» It means these 5: "https://git.code.sf.net/p/fldigi/flamp" "https://git.code.sf.net/p/fldigi/flrig" "https://git.code.sf.net/p/fldigi/flwrap" "https://git.code.sf.net/p/wsjt/wsjtx.git" "https://git.code.sf.net/u/bsomervi/hamlib.git" 2. Even saved manually, these systematically fail: "git://pumpa.branchable.com" "https://github.com/scikit-learn/scikit-learn" "https://git.minetest.land/Wuzzy/MineClone2" "https://git.savannah.gnu.org/git/gsequencer.git" Cheers, simon