euscanwww: Added tasks for syncing and updating portage tree

Added these tasks:
 * emerge_sync
 * layman_sync
 * emerge_regen
 * eix_update

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-06-04 11:06:47 +02:00
parent 2edb220d3e
commit 60e2019cc3
3 changed files with 56 additions and 6 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/python
import sys, os
import sys
import os
import os.path
PROJECT = '/path/to/euscanwww'