replace atlasswprobe with new packages
Some checks failed
/ ansible-semaphore (push) Successful in 2m1s
/ daliserver (push) Successful in 2m2s
/ forgejo (push) Successful in 3m31s
/ forgejo-runner (push) Successful in 1m32s
/ http-mqtt-bridge (push) Successful in 3m11s
/ keycloak-24 (push) Successful in 4m54s
/ keycloak-25 (push) Successful in 4m52s
/ linux-diversion-ath-regd-optional (push) Has started running
/ lottieconverter (push) Successful in 51s
/ matterbridge (push) Successful in 2m34s
/ matrix-element-web (push) Successful in 2m38s
/ matrix-hydrogen (push) Successful in 1m15s
/ matrix.to (push) Successful in 4m8s
/ maubot (push) Successful in 6m50s
/ maubot-plugin-spaceapi (push) Successful in 1m31s
/ maubot-plugin-ultimaker (push) Successful in 1m49s
/ mautrix-signal (push) Successful in 1m2s
/ mautrix-telegram (push) Successful in 1m17s
/ mediawiki-extension-auth-remoteuser (push) Successful in 58s
/ mediawiki-extension-nativesvghandler (push) Successful in 1m9s
/ mediawiki-extension-openidconnect (push) Successful in 1m14s
/ mediawiki-extension-pluggableauth (push) Successful in 1m7s
/ mqtt2prometheus (push) Successful in 2m40s
/ prometheus-ipmi-exporter (push) Successful in 1m24s
/ prometheus-dnsbl-exporter (push) Successful in 1m12s
/ prometheus2influxdb (push) Successful in 44s
/ python3-mautrix (push) Successful in 1m2s
/ python3-telethon (push) Successful in 58s
/ repo.s3lph.me-apt-source (push) Successful in 37s
/ republik-feeder (push) Successful in 57s
/ ripe-atlas (push) Failing after 55s
/ woodpecker-agent (push) Successful in 1m27s
/ woodpecker-cli (push) Successful in 1m27s

This commit is contained in:
s3lph 2024-07-23 20:12:13 +02:00
parent 320c66b4a0
commit b55a9ddad2
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
4 changed files with 8 additions and 22 deletions

View file

@ -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

View file

@ -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)

View file

@ -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}"

View file

@ -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}"