1
0
Fork 0

Adding upstream version 3.0.2.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-20 21:10:43 +02:00
parent 8dbc338859
commit 6810ba718b
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
825 changed files with 545511 additions and 0 deletions

9
test/libapt/apt-proxy-script Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
if [ $1 = "http://www.debian.org:90/temp/test" ]; then
echo "http://example.com"
fi
if [ $1 = "http://www.debian.org:91/temp/test" ]; then
echo "This works" >&2
echo "http://example.com/foo"
fi