[24153] in Source-Commits
/svn/athena r23755 - trunk/debathena/config/afs-config/debian
daemon@ATHENA.MIT.EDU (Evan Broder)
Wed Apr 22 23:24:11 2009
X-Barracuda-Envelope-From: broder@mit.edu
Date: Wed, 22 Apr 2009 23:24:02 -0400
From: Evan Broder <broder@MIT.EDU>
Message-Id: <200904230324.n3N3O2qk005559@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: broder
Date: 2009-04-22 23:24:02 -0400 (Wed, 22 Apr 2009)
New Revision: 23755
Modified:
trunk/debathena/config/afs-config/debian/changelog
trunk/debathena/config/afs-config/debian/rules
Log:
Revert the last commit for the time being because apparently it
doesn't work as well as I thought.
Modified: trunk/debathena/config/afs-config/debian/changelog
===================================================================
--- trunk/debathena/config/afs-config/debian/changelog 2009-04-23 02:55:01 UTC (rev 23754)
+++ trunk/debathena/config/afs-config/debian/changelog 2009-04-23 03:24:02 UTC (rev 23755)
@@ -1,10 +1,3 @@
-debathena-afs-config (1.10) unstable; urgency=low
-
- * Add an "update" target to debian/rules to grab updates to the
- CellServDB and CellAlias files.
-
- -- Evan Broder <broder@mit.edu> Wed, 22 Apr 2009 22:54:37 -0400
-
debathena-afs-config (1.9) unstable; urgency=low
* Only attempt to run update-cellservdb if AFS is currently running. If
Modified: trunk/debathena/config/afs-config/debian/rules
===================================================================
--- trunk/debathena/config/afs-config/debian/rules 2009-04-23 02:55:01 UTC (rev 23754)
+++ trunk/debathena/config/afs-config/debian/rules 2009-04-23 03:24:02 UTC (rev 23755)
@@ -18,17 +18,10 @@
clean:: $(FROM_ATHENA)
common-build-indep:: $(FROM_ATHENA)
-update::
- UPDATE=1 debian/rules $(FROM_ATHENA)
-
$(patsubst %.debathena,%.athena,$(FROM_ATHENA)) : %.athena: FORCE
wget http://stuff.mit.edu/afs/athena.mit.edu/service/$(patsubst debian/%.athena,%,$@) -O $@.new
- if [ -z $$UPDATE ]; then \
- diff -q $@ $@.new ; # Check that they are the same. \
- rm -f $@.new ; \
- else \
- mv $@.new $@ ; \
- fi
+ diff -q $@ $@.new # Check that they are the same.
+ rm -f $@.new
$(FROM_ATHENA) : %.debathena: %.athena %.debathena-extra
cat $^ >| $@.tmp