[svn] r4712 - trunk/tools/yam
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Sun Sep 3 16:33:08 CEST 2006
Author: dag
Date: 2006-09-03 16:33:07 +0200 (Sun, 03 Sep 2006)
New Revision: 4712
Modified:
trunk/tools/yam/yam
trunk/tools/yam/yam.spec
Log:
Small bugfix.
Modified: trunk/tools/yam/yam
===================================================================
--- trunk/tools/yam/yam 2006-09-03 14:32:21 UTC (rev 4711)
+++ trunk/tools/yam/yam 2006-09-03 14:33:07 UTC (rev 4712)
@@ -497,7 +497,7 @@
if cursha1 == tmpsha1:
writesha1(sha1file, cursha1)
else:
- info(5, '%s: Checksum is different. expect: %s, got: %s' % (self.nick, newsha1, tmpsha1))
+ info(5, '%s: Checksum is different. expect: %s, got: %s' % (self.nick, cursha1, tmpsha1))
info(1, '%s: Directory changed during generating %s repo, please generate again.' % (self.nick, repo))
def apt(self):
Modified: trunk/tools/yam/yam.spec
===================================================================
--- trunk/tools/yam/yam.spec 2006-09-03 14:32:21 UTC (rev 4711)
+++ trunk/tools/yam/yam.spec 2006-09-03 14:33:07 UTC (rev 4712)
@@ -22,7 +22,8 @@
%description
Yam builds a local Apt/Yum RPM repository from local ISO files,
-downloaded updates and extra packages from 3rd party repositories.
+downloaded updates and extra packages from RHN and 3rd party
+repositories.
It can download all updates and extras automatically, creates
the repository structure and meta-data, enables HTTP access to
More information about the svn-commits
mailing list