fedora-updates-system/Fedora_Updates_System.egg-info SOURCES.txt, 1.1, 1.2

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 31 09:10:44 UTC 2006


Author: lmacken

Update of /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8229/Fedora_Updates_System.egg-info

Modified Files:
	SOURCES.txt 
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: SOURCES.txt
===================================================================
RCS file: /cvs/fedora/fedora-updates-system/Fedora_Updates_System.egg-info/SOURCES.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- SOURCES.txt	12 Nov 2006 20:07:55 -0000	1.1
+++ SOURCES.txt	31 Dec 2006 09:10:14 -0000	1.2
@@ -1,4 +1,8 @@
-README.txt
+AUTHORS
+LICENSE
+README
+dev.cfg
+sample-prod.cfg
 setup.py
 start-updatessystem.py
 Fedora_Updates_System.egg-info/PKG-INFO
@@ -9,13 +13,62 @@
 Fedora_Updates_System.egg-info/requires.txt
 Fedora_Updates_System.egg-info/sqlobject.txt
 Fedora_Updates_System.egg-info/top_level.txt
+updatessystem/Comet.py
 updatessystem/__init__.py
+updatessystem/admin.py
+updatessystem/buildsys.py
+updatessystem/closure.py
 updatessystem/controllers.py
 updatessystem/json.py
+updatessystem/mail.py
+updatessystem/metadata.py
 updatessystem/model.py
+updatessystem/modifyrepo.py
+updatessystem/new.py
+updatessystem/push.py
 updatessystem/release.py
+updatessystem/rpc.py
+updatessystem/tester.py
+updatessystem/util.py
+updatessystem/widgets.py
 updatessystem/config/__init__.py
+updatessystem/config/app.cfg
+updatessystem/config/log.cfg
+updatessystem/deprecated/__init__.py
+updatessystem/deprecated/biarch.py
+updatessystem/jobs/__init__.py
+updatessystem/static/css/layout.css
+updatessystem/static/css/style.css
+updatessystem/static/images/bugfix.png
+updatessystem/static/images/corner-bl.png
+updatessystem/static/images/corner-br.png
+updatessystem/static/images/corner-tl.png
+updatessystem/static/images/corner-tr.png
+updatessystem/static/images/cross.png
+updatessystem/static/images/enhancement.png
+updatessystem/static/images/flag_green.png
+updatessystem/static/images/flag_red.png
+updatessystem/static/images/header-faq.png
+updatessystem/static/images/header-fedora_logo.png
+updatessystem/static/images/header-projects.png
+updatessystem/static/images/mail-lg.png
+updatessystem/static/images/nPush.png
+updatessystem/static/images/null.png
+updatessystem/static/images/plus.png
+updatessystem/static/images/push.png
+updatessystem/static/images/security.png
+updatessystem/static/images/tick.png
+updatessystem/static/images/wait.gif
 updatessystem/templates/__init__.py
+updatessystem/templates/form.kid
+updatessystem/templates/list.kid
+updatessystem/templates/login.kid
+updatessystem/templates/master.kid
+updatessystem/templates/push.kid
+updatessystem/templates/pushconsole.kid
+updatessystem/templates/show.kid
+updatessystem/templates/welcome.kid
 updatessystem/tests/__init__.py
 updatessystem/tests/test_controllers.py
+updatessystem/tests/test_metadata.py
 updatessystem/tests/test_model.py




More information about the fedora-extras-commits mailing list