replace atlasswprobe with new packages
This commit is contained in:
parent
320c66b4a0
commit
b55a9ddad2
4 changed files with 8 additions and 22 deletions
|
@ -34,7 +34,6 @@ jobs:
|
|||
--upload-file "${file}" \
|
||||
"${API_REPOSITORY_DEB}"
|
||||
done
|
||||
atlasswprobe: *job
|
||||
daliserver: *job
|
||||
forgejo: *job
|
||||
forgejo-runner: *job
|
||||
|
@ -64,5 +63,6 @@ jobs:
|
|||
python3-telethon: *job
|
||||
repo.s3lph.me-apt-source: *job
|
||||
republik-feeder: *job
|
||||
ripe-atlas: *job
|
||||
woodpecker-agent: *job
|
||||
woodpecker-cli: *job
|
||||
|
|
|
@ -10,7 +10,6 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
|
|||
## Packages
|
||||
|
||||
- [ansible-semaphore](https://github.com/ansible-semaphore/semaphore)
|
||||
- [atlasswprobe](https://github.com/RIPE-NCC/ripe-atlas-software-probe)
|
||||
- [daliserver](https://github.com/onitake/daliserver)
|
||||
- [forgejo](https://codeberg.org/forgejo/forgejo)
|
||||
- [forgejo-runner](https://code.forgejo.org/forgejo/runner)
|
||||
|
@ -40,6 +39,9 @@ information, please see [https://repo.s3lph.me/](https://repo.s3lph.me/).
|
|||
- [python3-telethon](https://github.com/tulir/Telethon)
|
||||
- [repo.s3lph.me-apt-source](https://repo.s3lph.me)
|
||||
- [republik-feeder](https://github.com/maetthu/republik-feeder)
|
||||
- [ripe-atlas-anchor](https://github.com/RIPE-NCC/ripe-atlas-software-probe)
|
||||
- [ripe-atlas-common](https://github.com/RIPE-NCC/ripe-atlas-software-probe)
|
||||
- [ripe-atlas-probe](https://github.com/RIPE-NCC/ripe-atlas-software-probe)
|
||||
- [woodpecker-agent](https://github.com/woodpecker-ci/woodpecker)
|
||||
- [woodpecker-cli](https://github.com/woodpecker-ci/woodpecker)
|
||||
- [woodpecker-server](https://github.com/woodpecker-ci/woodpecker)
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -exo pipefail
|
||||
|
||||
ROOT=$(pwd)
|
||||
|
||||
export BUILDDIR="${ROOT}/build"
|
||||
export SRCDIR="${ROOT}/build/srcdir"
|
||||
mkdir -p "${SRCDIR}"
|
||||
|
||||
cd "${SRCDIR}"
|
||||
apt install --yes git tar fakeroot libssl-dev libcap2-bin autoconf automake libtool build-essential
|
||||
git clone --recursive https://github.com/RIPE-NCC/ripe-atlas-software-probe
|
||||
|
||||
"${SRCDIR}/ripe-atlas-software-probe/build-config/debian/bin/make-deb"
|
||||
mv atlasswprobe-*deb "${BUILDDIR}"
|
|
@ -9,8 +9,8 @@ export SRCDIR="${ROOT}/build/srcdir"
|
|||
mkdir -p "${SRCDIR}"
|
||||
|
||||
cd "${SRCDIR}"
|
||||
apt install --yes git tar fakeroot libssl-dev libcap2-bin autoconf automake libtool build-essential
|
||||
apt install --yes git build-essential debhelper libssl-dev autotools-dev
|
||||
git clone --recursive https://github.com/RIPE-NCC/ripe-atlas-software-probe
|
||||
|
||||
"${SRCDIR}/ripe-atlas-software-probe/build-config/debian/bin/make-deb"
|
||||
mv atlasswprobe-*deb "${BUILDDIR}"
|
||||
git submodule update
|
||||
dpkg-buildpackage -b -us -uc
|
||||
mv ../ripe-atlas-*.deb "${BUILDDIR}"
|
Loading…
Add table
Reference in a new issue