Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > e4bbdaa133bf14de79621d7fdfa39df4 > files > 8

transifex-0.9.1-1.fc13.noarch.rpm

# These settings define behavior and state for tarball codebases

CODEBASE_CHOICES.update({
    'tar': 'Tarball',
#    'zip': 'Zip archive',
})

REPO_PATHS.update({
    'tar': os.path.join(SCRATCH_DIR, 'sources', 'tar'),
#    'zip': os.path.join(SCRATCH_DIR, 'sources', 'zip'),
})

BROWSER_CLASS_NAMES.update({
    'tar': 'tarball.lib.types.tar.TarballBrowser',
#    'zip': 'tarball.lib.types.zip.ZipBrowser',
})

# TODO: Think about a better way to handle it
SUBMISSION_COMPACT_TYPES = {'email': 'maintainers\' email',}
SUBMISSION_CHOICES.update({'tar': SUBMISSION_COMPACT_TYPES,
#                           'zip': SUBMISSION_COMPACT_TYPES,
                           })