From f881f862cc465dfed8c0bf9b0b6db6abee03dea4 Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Thu, 31 Mar 2022 16:36:30 -0400 Subject: [PATCH] Update osmocom.org URLs --- .github/workflows/build.yml | 10 +++++----- .github/workflows/ci.yml | 2 +- README.md | 5 ++--- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6cbc507b6..65957b7b8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: sudo ldconfig cd /tmp - git clone git://git.osmocom.org/libosmo-dsp + git clone https://gitea.osmocom.org/sdr/libosmo-dsp.git cd libosmo-dsp autoreconf -i ./configure --prefix=/usr @@ -43,7 +43,7 @@ jobs: sudo ldconfig cd /tmp - git clone git://git.osmocom.org/gr-iqbal + git clone https://gitea.osmocom.org/sdr/gr-iqbal.git cd gr-iqbal git checkout gr3.8 mkdir build @@ -54,7 +54,7 @@ jobs: sudo ldconfig cd /tmp - git clone git://git.osmocom.org/gr-osmosdr + git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git cd gr-osmosdr git checkout gr3.8 mkdir build @@ -129,7 +129,7 @@ jobs: install_name_tool -change @rpath/ad9361.framework/Versions/0.2/ad9361 /usr/local/lib/libad9361.dylib /usr/local/lib/SoapySDR/modules0.*/libPlutoSDRSupport.so cd /tmp - git clone git://git.osmocom.org/gr-iqbal + git clone https://gitea.osmocom.org/sdr/gr-iqbal.git cd gr-iqbal git submodule update --init --recursive mkdir build @@ -139,7 +139,7 @@ jobs: make install cd /tmp - git clone git://git.osmocom.org/gr-osmosdr + git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git cd gr-osmosdr mkdir build cd build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 307b67bb1..d72e5e8aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: brew install airspy boost gnuradio hackrf libbladerf librtlsdr pybind11 uhd qt@6 cd /tmp - git clone git://git.osmocom.org/gr-osmosdr + git clone https://gitea.osmocom.org/sdr/gr-osmosdr.git cd gr-osmosdr mkdir build cd build diff --git a/README.md b/README.md index 0e4fa0758..1966912c0 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,12 @@ To compile gqrx from source you need the following dependencies: - Funcube Dongle Pro driver via gr-fcd - UHD driver via gr-uhd - Funcube Dongle Pro+ driver from https://github.com/dl1ksv/gr-fcdproplus - - RTL-SDR driver from https://git.osmocom.org/rtl-sdr - - OsmoSDR driver from https://git.osmocom.org/osmo-sdr + - RTL-SDR driver from https://gitea.osmocom.org/sdr/rtl-sdr - HackRF driver from https://github.com/mossmann/hackrf - Airspy driver from https://github.com/airspy/airspyone_host - SoapySDR from https://github.com/pothosware/SoapySDR - RFSpace driver is built in -- gnuradio-osmosdr from https://git.osmocom.org/gr-osmosdr +- gnuradio-osmosdr from https://gitea.osmocom.org/sdr/gr-osmosdr - pulseaudio or portaudio (Linux-only and optional) - Qt 5 with the following components: - Core