fedora-updates-system/updatessystem/config app.cfg,1.2,1.3

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Thu Dec 7 07:20:21 UTC 2006


Author: lmacken

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

Modified Files:
	app.cfg 
Log Message:
- Make less ugly
- Remove security column, and use 'type' instead, to handle security/bugfix/enha
ncement updates
- Build and display filelists upon adding updates
- Add Multilib and Arch tables
- Build biarchlist from deprecated biarch.py



Index: app.cfg
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/updatessystem/config/app.cfg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- app.cfg	3 Dec 2006 19:51:57 -0000	1.2
+++ app.cfg	7 Dec 2006 07:19:41 -0000	1.3
@@ -6,10 +6,10 @@
 mail_server = 'mail.corp.redhat.com'
 
 # Built packages
-built_dir = '%(top_level_dir)s/test-built'
+build_dir = '%(top_level_dir)s/../test-build'
 
 # Where do we stage to?
-stage_dir = '%(top_level_dir)s/updates-stage'
+stage_dir = '%(top_level_dir)s/../updates-stage'
 
 # Where do we push to?
 push_server = "bugzilla at wallace.redhat.com"




More information about the scm-commits mailing list