~james-w/pkgme-service/nondev-config

« back to all changes in this revision

Viewing changes to django_project/schema.py

  • Committer: Tarmac
  • Author(s): Jonathan Lange
  • Date: 2012-03-27 09:59:29 UTC
  • mfrom: (79.3.3 pass-maintainer-through)
  • Revision ID: tarmac@server-7295-20120327095929-sosbtxhvqkhhe9z5
[r=jml],[bug=955125] Set the maintainer in the config and pass that through to pkgme-binary, thus setting the maintainer in generated changelogs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        myapps_token_secret = schema.StringOption()
30
30
        myapps_base_url = schema.StringOption()
31
31
        pkgme_allowed_backends = schema.ListOption(item=schema.StringOption())
 
32
        pkgme_maintainer_email = schema.StringOption()
32
33
        pkgme_output_directory = schema.StringOption()
33
34
        pkgme_output_url = schema.StringOption()
34
35
        extra_installed_apps = schema.ListOption(item=schema.StringOption())