Whamcloud - gitweb
LU-11902 build: Remove obsolete lustre-utils files and entries 37/34137/2
authorThomas Stibor <t.stibor@gsi.de>
Wed, 30 Jan 2019 13:47:46 +0000 (14:47 +0100)
committerOleg Drokin <green@whamcloud.com>
Thu, 21 Mar 2019 03:43:38 +0000 (03:43 +0000)
DEB packages can be build for server or client, where naming
convention for server is:
* lustre-server-modules-*
* lustre-server-utils-*
and for client:
* lustre-client-modules-*
* lustre-client-utils-*
Previously the util package was named lustre-utils which
is now obsolete due to the client and server separation
and thus can be removed.

Test-Parameters: clientdistro=ubuntu1604 trivial
Signed-off-by: Thomas Stibor <t.stibor@gsi.de>
Change-Id: Id0a945d5b76e5c35cf858e3ab224efa342cde28d
Reviewed-on: https://review.whamcloud.com/34137
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Nathaniel Clark <nclark@whamcloud.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
debian/.gitignore
debian/README.Debian
debian/control
debian/control.main
debian/control.modules.in
debian/copyright
debian/lustre-utils.docs [deleted file]
debian/lustre-utils.examples [deleted file]
debian/lustre-utils.install [deleted file]
debian/lustre-utils.manpages [deleted file]
debian/rules

index 1cf3a24..1a5c37b 100644 (file)
@@ -7,7 +7,6 @@
 /lustre-iokit
 /lustre-tests
 /lustre-resource-agents
-/lustre-utils
 /lustre-*.substvars
 /lustre-*-utils
 /lustre-server-utils.install
index ea64bd2..670fa4b 100644 (file)
@@ -22,7 +22,7 @@ and Installation Howtos from Lustre.
 
 #2. Preparing the system
     In the next step install:
-     - lustre-utils
+     - lustre-server-utils or lustre-client-utils
 
     This have to be done on every server system.
 
index 133acd8..177eebe 100644 (file)
@@ -109,7 +109,7 @@ Section: admin
 Architecture: i386 armhf powerpc ppc64el amd64 ia64
 Priority: optional
 Depends: dkms, automake, libtool, linux-headers-generic | linux-headers | linux-headers-amd64
-Recommends: linux-image, lustre-utils
+Recommends: linux-image, lustre-client-utils
 Provides: lustre-client-modules
 Description: Lustre Linux kernel module (DKMS)
  This package contains the loadable kernel modules for the patchless client
index 133acd8..177eebe 100644 (file)
@@ -109,7 +109,7 @@ Section: admin
 Architecture: i386 armhf powerpc ppc64el amd64 ia64
 Priority: optional
 Depends: dkms, automake, libtool, linux-headers-generic | linux-headers | linux-headers-amd64
-Recommends: linux-image, lustre-utils
+Recommends: linux-image, lustre-client-utils
 Provides: lustre-client-modules
 Description: Lustre Linux kernel module (DKMS)
  This package contains the loadable kernel modules for the patchless client
index 33735a5..972fdd1 100644 (file)
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9.0.0), bzip2
 
 Package: lustre-client-modules-_KVERS_
 Architecture: any
-Recommends: linux-image, lustre-utils
+Recommends: linux-image, lustre-client-utils
 Provides: lustre-client-modules
 Description: Lustre Linux kernel module (kernel _KVERS_)
  This package contains the lustre loadable kernel modules for the
@@ -18,7 +18,7 @@ Description: Lustre Linux kernel module (kernel _KVERS_)
 
 Package: lustre-server-modules-_KVERS_
 Architecture: any
-Recommends: linux-image, lustre-utils
+Recommends: linux-image, lustre-server-utils
 Provides: lustre-server-modules, lustre-client-modules
 Conflicts: lustre-client-modules-_KVERS_
 Replaces: lustre-client-modules-_KVERS_
index 3316605..49afd3f 100644 (file)
@@ -10,7 +10,7 @@ Lustre is Copyright (C) 2002-2009 Sun Microsystems, Inc. and is licensed
 under the GNU Public License Version 2; it was downloaded from
 https://wiki.whamcloud.com/display/PUB/Lustre+Releases
 
-The documentation (included in lustre-utils) is covered by
+The documentation (included in lustre-{server,client}-utils) is covered by
 the GNU Free Documentation License; there are no invariant-clauses included
 in this documentation, and hence it is considered to be free under
 the Debian Free Software Guidelines (DFSG).
diff --git a/debian/lustre-utils.docs b/debian/lustre-utils.docs
deleted file mode 100644 (file)
index 7fa4581..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-lustre/BUGS
-README
diff --git a/debian/lustre-utils.examples b/debian/lustre-utils.examples
deleted file mode 100644 (file)
index b16e58d..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-lustre/tests/llmountcleanup.sh
-lustre/tests/llmount.sh
diff --git a/debian/lustre-utils.install b/debian/lustre-utils.install
deleted file mode 100644 (file)
index 3dcd0ca..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/sbin/*                      sbin
-debian/tmp/usr/sbin/*                  usr/sbin
-debian/tmp/usr/bin/*                   usr/bin
diff --git a/debian/lustre-utils.manpages b/debian/lustre-utils.manpages
deleted file mode 100644 (file)
index 7f0e0c2..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/man/*/*
index c7546af..5913409 100755 (executable)
@@ -63,7 +63,7 @@ UPVERSION=$(shell echo $(VERSION) | sed -e 's/-[^-]*$$//')
 KVER?=$(LINUXRELEASE)
 
 # KVERS, KSRC are the kernel version and source to use when building lustre
-# Will be the default when building lustre-utils, etc but whatever module-assistant
+# Will be the default when building lustre-{server,client}-utils, etc but whatever module-assistant
 # supplied when building modules
 KVERS?=$(KVER)
 KSRC?=$(LINUX_OBJ)