]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: remove fedora docker files
authorLoic Dachary <ldachary@redhat.com>
Sat, 3 Oct 2015 12:42:06 +0000 (14:42 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sat, 3 Oct 2015 12:42:06 +0000 (14:42 +0200)
They are not used (missing version number at the end of the directory).

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/fedora/Dockerfile.in [deleted file]
src/test/fedora/ceph.spec.in [deleted symlink]
src/test/fedora/install-deps.sh [deleted symlink]

diff --git a/src/test/fedora/Dockerfile.in b/src/test/fedora/Dockerfile.in
deleted file mode 100644 (file)
index 20bf686..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Copyright (C) 2015 Red Hat <contact@redhat.com>
-#
-# Author: Loic Dachary <loic@dachary.org>
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU Library Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU Library Public License for more details.
-#
-# Environment variables are substituted via envsubst(1)
-#
-# user_id=$(id -u)
-# os_version= the desired REPOSITORY TAG
-#
-FROM fedora:%%os_version%%
-
-COPY install-deps.sh ceph.spec.in /root/
-# build dependencies
-RUN cd /root ; ./install-deps.sh
-# development tools
-# nc is required to run make check on firefly only (giant+ do not use nc)
-RUN yum install -y ccache valgrind gdb git python-virtualenv gdisk kpartx hdparm jq sudo xmlstarlet parted nc
-RUN useradd -M --uid %%user_id%% %%USER%% && echo '%%USER%% ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
diff --git a/src/test/fedora/ceph.spec.in b/src/test/fedora/ceph.spec.in
deleted file mode 120000 (symlink)
index 9abcafd..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../ceph.spec.in
\ No newline at end of file
diff --git a/src/test/fedora/install-deps.sh b/src/test/fedora/install-deps.sh
deleted file mode 120000 (symlink)
index fc9c78b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../../install-deps.sh
\ No newline at end of file