[or-cvs] r12462: We weren't actually including the src/config/fallback-consen (in tor/trunk: . src/config)

arma at seul.org arma at seul.org
Sat Nov 10 23:58:07 UTC 2007


Author: arma
Date: 2007-11-10 18:58:07 -0500 (Sat, 10 Nov 2007)
New Revision: 12462

Modified:
   tor/trunk/ChangeLog
   tor/trunk/src/config/Makefile.am
Log:
We weren't actually including the src/config/fallback-consensus
file in the tarball. Reported by phobos.


Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-11-10 23:46:35 UTC (rev 12461)
+++ tor/trunk/ChangeLog	2007-11-10 23:58:07 UTC (rev 12462)
@@ -6,7 +6,11 @@
       many relays are running nearby to services that trust them based
       on network address.
 
+  o Minor bugfixes:
+    - We weren't actually including the src/config/fallback-consensus
+      file in the tarball. Reported by phobos.
 
+
 Changes in version 0.2.0.10-alpha - 2007-11-10
   o New directory authorities:
     - Set up ides (run by Mike Perry) as the third v3 directory authority.

Modified: tor/trunk/src/config/Makefile.am
===================================================================
--- tor/trunk/src/config/Makefile.am	2007-11-10 23:46:35 UTC (rev 12461)
+++ tor/trunk/src/config/Makefile.am	2007-11-10 23:58:07 UTC (rev 12462)
@@ -1,11 +1,9 @@
 confdir = $(sysconfdir)/tor
 
-EXTRA_DIST = 
+EXTRA_DIST = fallback-consensus
 
 conf_DATA = torrc.sample
 
-data_DATA = fallback-consensus
-
 # If we don't have it, fake it.
 fallback-consensus:
-	touch fallback-consensus
\ No newline at end of file
+	touch fallback-consensus



More information about the tor-commits mailing list