[Lunar-commits] <lunar> Backpatch from theedge.

Auke Kok sofar at lunar-linux.org
Mon Jul 2 04:43:07 CEST 2012


commit 1c82d1f398f4e2f39387df2901c83a1bb2dd22ab
Author: Auke Kok <sofar at lunar-linux.org>
Date:   Sat Aug 13 19:36:27 2005 +0000

    Backpatch from theedge.
---
 var/lib/lunar/functions/moonbase.lunar |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/var/lib/lunar/functions/moonbase.lunar b/var/lib/lunar/functions/moonbase.lunar
index b380bd6..99874e2 100644
--- a/var/lib/lunar/functions/moonbase.lunar
+++ b/var/lib/lunar/functions/moonbase.lunar
@@ -19,6 +19,10 @@ get_moonbase () {
 
   SYSTEM_MOONBASE=/var/lib/lunar/moonbase
 
+  # prevent using stale copies of moonbase. You can still override moonbase's
+  # URL with `lunar set MOONBASE_URL[0] http://.....
+  unset LRESORT_URL FRESORT_URL
+
   # the following overrides run_details:
   run_details() {
   debug_msg "  run_details ($@)"


More information about the Lunar-commits mailing list