Skip to content
Snippets Groups Projects
Commit 61b9b9c6 authored by Iustin Pop's avatar Iustin Pop
Browse files

Remove dumb-allocator code from devel/upload


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: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarHelga Velroyen <helgav@google.com>
parent 23294fb0
No related branches found
No related tags found
No related merge requests found
......@@ -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; )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment