~epidermis/epidermis/devel

« back to all changes in this revision

Viewing changes to convenience_scripts/repo.py

  • Committer: David D Lowe
  • Date: 2008-06-13 15:47:16 UTC
  • Revision ID: daviddlowe.flimm@gmail.com-20080613154716-sbgp7aqlvr2mw58c
Massive rename: the program is now called Epidermis.
Schemes are now called skins.
Packages are now called pigments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
if rr != 0:
8
8
    print "validation failed, script terminated"
9
9
    sys.exit(1)
10
 
rr = subprocess.call("python create_packages.py", shell=True)
 
10
rr = subprocess.call("python create_pigments.py", shell=True)
11
11
if rr != 0:
12
12
    print "creating repo information failed, script terminated"
13
13
    sys.exit(2)
14
14
rr = subprocess.call("python archive_repo.py", shell=True)
15
15
if rr != 0:
16
 
    print "archiving packages failed"
 
16
    print "archiving pigments failed"
17
17
    sys.exit(3)
 
 
b'\\ No newline at end of file'