Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: ulm
Date: 2009-03-22 19:50:37 +0000 (Sun, 22 Mar 2009)
New Revision: 1241
Modified:
emacs-updater/ChangeLog
emacs-updater/emacs-updater
Log:
00site-gentoo.el should not exist anymore. Treat it like a normal file.
Modified: emacs-updater/ChangeLog
===================================================================
--- emacs-updater/ChangeLog 2009-03-18 17:05:17 UTC (rev 1240)
+++ emacs-updater/ChangeLog 2009-03-22 19:50:37 UTC (rev 1241)
@@ -1,3 +1,8 @@
+2009-03-22 Ulrich Mueller <ulm@g.o>
+
+ * emacs-updater (action_sitedir): 00site-gentoo.el should not
+ exist anymore. Treat it like a normal file.
+
2009-01-18 Ulrich Mueller <ulm@g.o>
* Version 1.3 released.
Modified: emacs-updater/emacs-updater
===================================================================
--- emacs-updater/emacs-updater 2009-03-18 17:05:17 UTC (rev 1240)
+++ emacs-updater/emacs-updater 2009-03-22 19:50:37 UTC (rev 1241)
@@ -153,7 +153,6 @@
for sf in "${ROOT}${SITELISP}"/[0-9][0-9]*-gentoo.el
do
- [ "${sf##*/}" = 00site-gentoo.el ] && continue
echo "Found ${sf##*/}"
echo "${sf}" >> "${TMPFILE}"
done
|
|