OpenSIPS / opensips-cli

OpenSIPS CLI tool - an interactive command line tool that can be used to control and monitor OpenSIPS servers.
GNU General Public License v3.0
86 stars 48 forks source link

'https://apt.opensips.org bookworm InRelease' doesn't have the component 'cli-nightly' #120

Closed f-asa closed 6 months ago

f-asa commented 6 months ago

unable to install opensips-cli anymore in our opensips CI starting today or in the last days, the same CI test was working last week

image

using

curl https://apt.opensips.org/opensips-org.gpg -o /usr/share/keyrings/opensips-org.gpg echo "deb [signed-by=/usr/share/keyrings/opensips-org.gpg] https://apt.opensips.org bookworm 3.4-releases" >/etc/apt/sources.list.d/opensips.list echo "deb [signed-by=/usr/share/keyrings/opensips-org.gpg] https://apt.opensips.org bookworm cli-nightly" >/etc/apt/sources.list.d/opensips-cli.list

generated from https://apt.opensips.org/packages.php?v=3.4

image

> [ 4/16] RUN apt-get -y update -qq && apt-get -y install sngrep tcpdump procps nano wget ngrep dnsutils jq net-tools lsof opensips opensips-cli opensips-mysql-module opensips-dialplan-module opensips-http-modules opensips-xmlrpc-module opensips-presence-modules opensips-json-module opensips-rabbitmq-modules opensips-auth-modules opensips-dbg: 1.705 W: Skipping acquire of configured file 'cli-nightly/binary-amd64/Packages' as repository 'https://apt.opensips.org bookworm InRelease' doesn't have the component 'cli-nightly' (component misspelt in sources.list?) 1.713 Reading package lists... 2.101 Building dependency tree... 2.197 Reading state information... 2.203 E: Unable to locate package opensips-cli

f-asa commented 6 months ago

working with this latest push as of 2024-03-20 23:04 UTC

image