Skip to content

arnd/dsus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Debian Smart Upload Server
==========================

This project aims to replace FTP with HTTP when uploading
packages to Debian. Significant thing is that it checks them
and instantly respondes when it finds some errors.

Requirements
============

It needs daklib linked to the folder, which you can get via:

git clone http://ftp-master.debian.org/git/dak.git

Config
======

Configuration is supposed to be in:

/etc/dak/dak.conf

See dak.conf.sample for more info.

Checks
======

Checks are separated into two groups in config file,
meta checks - which does not need file content, and
content checks - which does need the file content.

So file must past meta checks - like filename, path,
record in changes file etc. Than it's uploaded to temp
dir, and file must past content checks. If it does,
it is moved into specified destination.

Issues, bugs, etc.
==================
You can write these at:

http://github.com/pjx/dsus/issues

You can also follow development and so.

--
Petr Jašek <[email protected]>

About

Debian Smart Upload Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 88.2%
  • Shell 11.8%