Skip to content

Commit

Permalink
Install dos2unix on all OSes
Browse files Browse the repository at this point in the history
Signed-off-by: Hanwen <[email protected]>
  • Loading branch information
hanwen-cluster committed Aug 28, 2024
1 parent 3e0e5f8 commit 77fc961
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def default_packages
libical-devel sendmail libxml2-devel libglvnd-devel
libgcrypt-devel libevent-devel glibc-static bind-utils
iproute python3 python3-pip libcurl-devel git
coreutils environment-modules gcc gcc-c++ bzip2 iptables vim yum-plugin-versionlock)
coreutils environment-modules gcc gcc-c++ bzip2 iptables vim yum-plugin-versionlock dos2unix)
end

def unsupported_packages
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def default_packages
gcc-gfortran git indent intltool patchutils rcs subversion swig systemtap curl
jq wget python-pip NetworkManager-config-routing-rules
python3 python3-pip iptables libcurl-devel yum-plugin-versionlock
coreutils moreutils environment-modules bzip2)
coreutils moreutils environment-modules bzip2 dos2unix)
end

action :install_extras do
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ def default_packages
libical-devel sendmail libxml2-devel libglvnd-devel
libgcrypt-devel libevent-devel glibc-static bind-utils
iproute NetworkManager-config-routing-rules python3 python3-pip iptables libcurl-devel yum-plugin-versionlock
coreutils moreutils curl environment-modules gcc gcc-c++ bzip2)
coreutils moreutils curl environment-modules gcc gcc-c++ bzip2 dos2unix)
end
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def default_packages
libical-devel sendmail libxml2-devel libglvnd-devel
libgcrypt-devel libevent-devel glibc-static bind-utils
iproute NetworkManager-config-routing-rules python3 python3-pip iptables libcurl-devel yum-plugin-versionlock
moreutils curl environment-modules gcc gcc-c++ bzip2)
moreutils curl environment-modules gcc gcc-c++ bzip2 dos2unix)
packages.append("coreutils") unless on_docker? # on docker image coreutils conflict with coreutils-single, already installed on it
packages
end
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def default_packages
r-base libblas-dev libffi-dev libxml2-dev
libgcrypt20-dev libevent-dev iproute2 python3 python3-pip
libatlas-base-dev libglvnd-dev iptables libcurl4-openssl-dev
coreutils moreutils curl python3-parted environment-modules)
coreutils moreutils curl python3-parted environment-modules dos2unix)
end
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ def default_packages
r-base libblas-dev libffi-dev libxml2-dev
libgcrypt20-dev libevent-dev iproute2 python3 python3-pip
libatlas-base-dev libglvnd-dev iptables libcurl4-openssl-dev
coreutils moreutils curl python3-parted environment-modules libdbus-1-dev)
coreutils moreutils curl python3-parted environment-modules libdbus-1-dev dos2unix)
end

0 comments on commit 77fc961

Please sign in to comment.