Adding upstream version 3.0.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
8dbc338859
commit
6810ba718b
825 changed files with 545511 additions and 0 deletions
9
test/libapt/apt-proxy-script
Executable file
9
test/libapt/apt-proxy-script
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue