2011-12-05 11:54:55 +00:00
committed by Git OBS Bridge
parent 817f1773cc
commit c7d49e8122
3 changed files with 15 additions and 3 deletions

12
_service Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<services>
<service mode="localonly" name="download_url">
<param name="host">ftp.gnu.org</param>
<param name="protocol">ftp</param>
<param name="path">/pub/gnu/libsigsegv/libsigsegv-2.8.tar.gz</param>
</service>
<service mode="localonly" name="recompress">
<param name="file">*.gz</param>
<param name="compression">bz2</param>
</service>
</services>