summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-08-17 09:17:12 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-17 09:17:12 +0000
commit77e8dd1885302eaf7c7baf31dadf800618592112 (patch)
tree699d71e77e8b755927e3bc966cfe1fc37a3dd524
parentf3eab4be9d189f0044ad6d1a49d15511dee51dfc (diff)
Housecleaning
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d61a0f18d9..a3f67beb2c 100644
--- a/Makefile
+++ b/Makefile
@@ -410,6 +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
monotone pull
if [ `monotone automate heads org.nslu2-linux.dev | wc -l` != "1" ] ; then \
monotone merge -b org.nslu2-linux.dev ; \