help/usage: remove pointless vars
build scripts never call Help() and so the empty HELP strings are pointless. (when called with --help they call Man()). Closes: #952859 Gbp-Dch: Short
This commit is contained in:
parent
9f1fdac303
commit
d6096622f9
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build binary images"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Automatically populating config tree
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Create binary checksums"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy chroot into chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install disk information into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Prepares and installs Grub based EFI support into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Installs grub-legacy into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Installs grub-pc into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build binary image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Execute hooks in binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy files into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build iso binary image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install linux-image into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy loadlin into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Installs loopback.cfg into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Create manifest"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Installs a memtest into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build netboot binary image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -16,7 +16,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build ONIE binary image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install local packages into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build rootfs image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Installs syslinux into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build binary tarball"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy win32-loader into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build zsync control files"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Bootstrap a Debian system"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Automatically populating config tree
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/apt/sources.list"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [source|binary] [--force]"
|
||||
|
||||
_PASS="${1}"
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Cache bootstrap stage"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Bootstrap a Debian system with debootstrap(8)"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -25,7 +25,6 @@ fi
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build a Debian Live system"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Checking build directory suitability
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Customize the Debian system"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Automatically populating config tree
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/apt/apt.conf"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|install-binary|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/apt/sources.list"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {source|binary|chroot} {install|remove} [--force]"
|
||||
|
||||
_PASS="${1}"
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Cache chroot stage"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/debian_chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Mount /dev/pts"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /sbin/dpkg"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Schedule kernel packages for installation"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Execute hacks in chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Execute hooks in chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /bin/hostname"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/hosts"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy files into chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install queued packages into chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|live} [--force]"
|
||||
|
||||
_PASS="${1}"
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Make build interactive"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Schedule kernel packages for installation"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Queue install of package lists into chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|live} [--force]"
|
||||
|
||||
_PASS="${1}"
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Execute local preseed in chroot"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Mount /proc"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /etc/resolv.conf"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Mount /sys/fs/selinux"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Mount /sys"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Manage /usr/sbin/policy-rc.d"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Use tmpfs to speedup the build"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} {install|remove} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Preparing installer images"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Automatically populating config tree
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install debian-installer into binary"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Include local preseed in installer"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build source images"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Automatically populating config tree
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Create source checksums"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Debian sources"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Install disk information into source"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build source image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Execute hooks in source"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build iso source image"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Copy live config into source"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
|
@ -15,7 +15,6 @@ set -e
|
|||
|
||||
# Setting static variables
|
||||
DESCRIPTION="Build source tarball"
|
||||
HELP=""
|
||||
USAGE="${PROGRAM} [--force]"
|
||||
|
||||
# Processing arguments and configuration files
|
||||
|
|
Loading…
Reference in New Issue