projects
/
apt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Don't download "optional" files not in Release :/.
[apt.git]
/
test
/
libapt
/
apt-proxy-script
1
#!/bin/sh
2
3
if
[
$1
=
"http://www.debian.org:90/temp/test"
];
then
4
echo
"http://example.com"
5
fi
6
if
[
$1
=
"http://www.debian.org:91/temp/test"
];
then
7
echo
"This works"
>&
2
8
echo
"http://example.com/foo"
9
fi