summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-08-18 08:08:16 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-18 08:08:16 +0000
commit9f1e67ff0e167b03bbb4ef154ad48d2bd477b953 (patch)
tree00f400173b0d3af38130952aaac01d1bfdd6af08
parent4030c1a232ddfc79bf568eb25abe7fbee02bd13e (diff)
Commented out dropkey code
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index df292455b0..e984bd7de3 100644
--- a/Makefile
+++ b/Makefile
@@ -410,9 +410,9 @@ setup-host-gentoo:
.PHONY: update-master
update-master: MT/.configured
- if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` = 8 ] ; then \
- monotone -d monotone/nslu2-linux.db dropkey nslu2-linux@nslu2-linux.org ; \
- fi
+# if [ `monotone -d monotone/nslu2-linux.db list keys nslu2-linux@nslu2-linux.org | wc -l` = 8 ] ; then \
+# monotone -d monotone/nslu2-linux.db dropkey nslu2-linux@nslu2-linux.org ; \
+# fi
monotone pull
if [ `monotone automate heads org.nslu2-linux.dev | wc -l` != "1" ] ; then \
monotone merge -b org.nslu2-linux.dev ; \