-
Notifications
You must be signed in to change notification settings - Fork 10
/
README
34 lines (21 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
AutoMate
--------
AutoMate is a tool to build packages for Debian and Ubuntu distributions.
It supports dput, builds packages with cowbuilder and manages repository with reprepro.
Running instances:
* http://automate.mate-desktop.org (MATE Desktop)
* http://build.linuxmint.com/automate/www/ (LinuxMint)
Requirements
------------
# sudo apt-get install cowbuilder python-configobj python-argparse python-debian reprepro debhelper cdbs --no-install-recommends
Install .debs for archive keyrings:
# wget http://ftp.de.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2012.4_all.deb
# wget http://ie.archive.ubuntu.com/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_2012.05.19_all.deb
# dpkg -i *keyring*.deb
Create an instance
------------------
# sudo ./automate-tool --instance test --prepare
Edit configuration file (instances/test/automate.conf)
# sudo ./automate-tool --instance test --create
Set up your FTP server with anonymous upload to instances/test/upload
Create a cron job in /etc/cron.d/ (see cron.sample)