11 Oct
2009
11 Oct
'09
1:09 a.m.
update download -> fetch This just meant that we used XferCommand even if internal download was available, no big deal. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> --- pactest/tests/sync200.py.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pactest/tests/sync200.py.in b/pactest/tests/sync200.py.in index 3c11f83..c83e9ac 100644 --- a/pactest/tests/sync200.py.in +++ b/pactest/tests/sync200.py.in @@ -1,6 +1,6 @@ self.description = "Synchronize the local database" -if not "download" in "@LIBS@": +if not "fetch" in "@LIBS@": self.option['XferCommand'] = ['/usr/bin/curl %u > %o'] sp1 = pmpkg("spkg1", "1.0-1") -- 1.6.4.4