[prev in list] [next in list] [prev in thread] [next in thread] 

List:       fedora-extras-commits
Subject:    fedora-updates-system/updatessystem/config app.cfg, 1.3, 1.4 log.cfg,
From:       Luke Macken (lmacken) <fedora-extras-commits () redhat ! com>
Date:       2006-12-31 9:10:49
Message-ID: 200612310910.kBV9AnlZ008371 () cvs-int ! fedora ! redhat ! com
[Download RAW message or body]

Author: lmacken

Update of /cvs/fedora/fedora-updates-system/updatessystem/config
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/updatessystem/config

Modified Files:
	app.cfg log.cfg 
Log Message:
- Add GPL headers 
- README updates
- Disable transactions in our development environment
- Write mail sending module using TurboMail and some other hackery
- Initialize the updates-stage in our model.py
- Write push code and metadata generation
- Started writing the xmlrpc server code
- Create rpm_fileheader and sha1sum functions in util.py
- Elaborate configuration
- Change logging format
- Start writing a few more testcases
- Wrote comet-based (async httpxmlrequest) Push Console
- Add RPM spec file




Index: app.cfg
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- app.cfg	7 Dec 2006 07:19:41 -0000	1.3
+++ app.cfg	31 Dec 2006 09:10:14 -0000	1.4
@@ -1,32 +1,55 @@
+# $Id$
+# The settings in this file should not vary depending on the deployment
+# environment. dev.cfg and prod.cfg are the locations for
+# the different deployment settings. Settings in this file will
+# be overridden by settings in those other files.
+
+##
+## Note:  Release and Architecture settings can be found in model.py
+##
+
 [global]
 
+## TurboMail settings
+mail.on = True
+mail.server = 'smtp.fedora.redhat.com'
+mail.debug = True
+mail.encoding = 'utf-8'
+
 ## Mail settings
-from_addr = 'updates@fedora.redhat.com'
-release_team_addr = 'updates@fedora.redhat.com'
-mail_server = 'mail.corp.redhat.com'
+from_address = 'admin@fedoraproject.org'
+release_team_address = 'lmacken@fedoraproject.org'
+mailing_list = ''
 
-# Built packages
+## Built packages
 build_dir = '%(top_level_dir)s/../test-build'
 
-# Where do we stage to?
+## Where do we stage to?
 stage_dir = '%(top_level_dir)s/../updates-stage'
 
-# Where do we push to?
+## Where do we push to?
 push_server = "bugzilla@wallace.redhat.com"
 
-# createrepo cache dir
-createrepo_cache_dir = "/var/cache/createrepo/"
+## createrepo cache dir
+createrepo_cache_dir = "%(top_level_dir)s/../.createrepo_cache"
 
-# How do we push?
+## Push settings
 push_dir = "/var/ftp/download.fedora.redhat.com/pub/fedora/linux/core/updates/"
 #push_cmd = "rsync -vHrltDe ssh --delete --delete-after %s %s:%s" % (stage_dir, \
push_server, push_dir) +testrepo_dir = "%(top_level_dir)s/../testrepo"
+
+## XML-RPC Server Settings
+rpc_port = 8001
+
+## Bugzilla settings
+bz_server = 'https://bugzilla.redhat.com/bugzilla/xmlrpc.cgi'
+#bz_default_closemsg = "%(package)s has just been released for %(release)s.  If \
problems still persist, please make note of it in this bug report." +
+
+## CherryPy Sessions
+session_filter.on = True
 
-top_level_dir = "%(top_level_dir)s"
 
-# The settings in this file should not vary depending on the deployment
-# environment. dev.cfg and prod.cfg are the locations for
-# the different deployment settings. Settings in this file will
-# be overridden by settings in those other files.
 
 # The commented out values below are the defaults
 
@@ -52,7 +75,7 @@
 
 # List of Widgets to include on every page.
 # for exemple ['turbogears.mochikit']
-# tg.include_widgets = []
+#tg.include_widgets = ['turbogears.mochikit']
 
 # Set to True if the scheduler should be started
 # tg.scheduler = False


Index: log.cfg
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/log.cfg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log.cfg	12 Nov 2006 20:08:03 -0000	1.1
+++ log.cfg	31 Dec 2006 09:10:14 -0000	1.2
@@ -8,7 +8,8 @@
 format='*(message)s'
 
 [[[full_content]]]
-format='*(asctime)s *(name)s *(levelname)s *(message)s'
+format='[*(name)s] *(levelname)s *(message)s'
+#format='*(asctime)s *(name)s *(levelname)s *(message)s'
 
 [[handlers]]
 [[[debug_out]]]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic