[svn] r4823 - in trunk/tools/yam: . tests

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Oct 15 21:26:52 CEST 2006


Author: dag
Date: 2006-10-15 21:26:51 +0200 (Sun, 15 Oct 2006)
New Revision: 4823

Modified:
   trunk/tools/yam/ChangeLog
   trunk/tools/yam/TODO
   trunk/tools/yam/rhnget
   trunk/tools/yam/tests/rhn_query.py
   trunk/tools/yam/yam
   trunk/tools/yam/yam.spec
Log:
Version 0.8.3

Modified: trunk/tools/yam/ChangeLog
===================================================================
--- trunk/tools/yam/ChangeLog	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/ChangeLog	2006-10-15 19:26:51 UTC (rev 4823)
@@ -1,4 +1,4 @@
-* 0.8.3 - ... - released 13/10/2006
+* 0.8.3 - Van Eyck - released 15/10/2006
 - Fixed a problem with specific python versions (Justin B Hochstetler)
 - Fixed the non-functional -r option
 - Apply -r option to repository generation as well

Modified: trunk/tools/yam/TODO
===================================================================
--- trunk/tools/yam/TODO	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/TODO	2006-10-15 19:26:51 UTC (rev 4823)
@@ -43,7 +43,7 @@
 	iso = file:///mnt/iso/*.iso
 	iso = fedora/fc$release-$arch/FC-$release-$arch-disc?.iso"
 
-+ Add more working distributions to yam-complex.conf
++ Add more working distributions to /etc/yam.conf.d/
 
 ### Usability
 + Create information about repository-updates in HEADER.shtml/README.shtml
@@ -84,7 +84,6 @@
 + Remove unavailable RHN packages (rhnget-cleanup/--delete option)
 + Reimplement using python xmlrpc instead of up2date
 + Allow to download packages based on a glob (--include, --exclude)
-+ Add --username/--password options to automatically subscribe systems to channels
 + Add a --source option to allow for downloading source-packages
 + Implement better channel support (a way to use _all_ channels)
 + Allow for listing packages instead of downloading (--dry-run ?)

Modified: trunk/tools/yam/rhnget
===================================================================
--- trunk/tools/yam/rhnget	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/rhnget	2006-10-15 19:26:51 UTC (rev 4823)
@@ -33,7 +33,7 @@
 __version__ = "$Revision: 4786 $"
 # $Source$
 
-VERSION = '0.8.2svn'
+VERSION = '0.8.3'
 
 ### Register rhn and rhns as a known schemes
 for scheme in ('rhn', 'rhns'):

Modified: trunk/tools/yam/tests/rhn_query.py
===================================================================
--- trunk/tools/yam/tests/rhn_query.py	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/tests/rhn_query.py	2006-10-15 19:26:51 UTC (rev 4823)
@@ -5,8 +5,8 @@
 
 
 host = 'xmlrpc.rhn.redhat.com'
-username='euroclear'
-password = 'to6tem'
+username='rhnname'
+password = 'rhnpass'
 protocol = 'https'
 url = "%s://%s/rpc/api" %(protocol,host)
 

Modified: trunk/tools/yam/yam
===================================================================
--- trunk/tools/yam/yam	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/yam	2006-10-15 19:26:51 UTC (rev 4823)
@@ -21,7 +21,7 @@
 __version__ = "$Revision$"
 # $Source$
 
-VERSION = '0.8.2svn'
+VERSION = '0.8.3'
 
 archs = {
 	'alpha': ('alpha', 'alphaev5', 'alphaev56', 'alphaev6', 'alphaev67'),

Modified: trunk/tools/yam/yam.spec
===================================================================
--- trunk/tools/yam/yam.spec	2006-10-15 13:18:12 UTC (rev 4822)
+++ trunk/tools/yam/yam.spec	2006-10-15 19:26:51 UTC (rev 4823)
@@ -4,7 +4,7 @@
 
 Summary: Tool to set up a Yum/Apt mirror from various sources (ISO, RHN, rsync, http, ftp, ...)
 Name: yam
-Version: 0.8.2svn
+Version: 0.8.3
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -61,6 +61,8 @@
 mailto = root at localhost
 smtp-server = localhost
 
+#rhnlogin = username:password
+
 ### Any other section is considered a definition for a distribution
 ### You can put distribution sections in /etc/yam.conf.d/
 ### Examples can be found in the documentation at:
@@ -106,8 +108,8 @@
 %{_localstatedir}/yam/
 
 %changelog
-* Thu Sep 21 2006 Dag Wieers <dag at wieers.com> - 0.8.2svn-1
-- Updated to release 0.8.2svn.
+* Sun Oct 15 2006 Dag Wieers <dag at wieers.com> - 0.8.3-1
+- Updated to release 0.8.3.
 
 * Tue Sep 19 2006 Dag Wieers <dag at wieers.com> - 0.8.2-1
 - Updated to release 0.8.2.



More information about the svn-commits mailing list