Skip to content
Snippets Groups Projects
Unverified Commit f7cdc185 authored by Max Adamo's avatar Max Adamo
Browse files

fix: update project URL in setup.py and clean up deb2ubu function in create-packages.sh

parent 7e727b8d
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,6 @@ for pkg in python3-stdeb fakeroot python3-all dh-python python3-venv; do
fi
done
if ! dpkg -l python3-py-consul </dev/null &>/dev/null; then
echo -e "\n\nplease install: ./packages/deb/python3-py-consul_1.2.4-1_all.deb\n"
exit
fi
deb2ubu() {
local DEB_NAME=$1
cd deb_dist/
......@@ -21,6 +16,7 @@ deb2ubu() {
if [[ -f control.tar.zst ]]; then
zstd -d <control.tar.zst | xz >control.tar.xz
zstd -d <data.tar.zst | xz >data.tar.xz
rm -f "../packages/deb/${DEB_NAME}"
ar -m -c -a sdsd "../packages/deb/${DEB_NAME}" debian-binary control.tar.xz data.tar.xz
else
cp $DEB_NAME ../packages/deb/$DEB_NAME
......
......@@ -31,7 +31,7 @@ setup(
version=version,
description="A tool to manage certificates on Vault, Redis, Consul",
long_description=DESC,
url="https://gitlab.geant.org/devops/wile_coyote",
url="https://gitlab.software.geant.org/devops/wile_coyote",
install_requires=requirements,
author="Massimiliano Adamo",
author_email="massimiliano.adamo@geant.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment