From 61b9b9c6b78c900ac27edcc979a2e7872207d639 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Wed, 24 Oct 2012 12:25:30 +0200
Subject: [PATCH] Remove dumb-allocator code from devel/upload
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The 'dumb-allocator' has been removed almost two years ago (commit
6f547f96, β€œRemove dumb-allocator”), let's remove this special casing
for it from devel/upload.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
---
 devel/upload.in | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/devel/upload.in b/devel/upload.in
index 219362ee8..2130a9eaa 100644
--- a/devel/upload.in
+++ b/devel/upload.in
@@ -108,10 +108,6 @@ if [ -f doc/examples/ganeti.cron -a -z "$NO_CRON" ]; then
     "$TXD/$SYSCONFDIR/cron.d/ganeti"
 fi
 
-[ -f doc/examples/dumb-allocator ] && \
-install -D --mode=0755 doc/examples/dumb-allocator \
-  "$TXD/$PKGLIBDIR/iallocators/dumb"
-
 echo ---
 
 ( cd "$TXD" && find; )
-- 
GitLab