@@ -27,6 +27,15 @@ echo "Checking out ${eessi_commit} in ${PWD}..."
27
27
time git checkout ${eessi_commit}
28
28
cd -
29
29
30
+ # remove the host symlinks that are no longer needed
31
+ # see: https://github.com/EESSI/compatibility-layer/pull/199
32
+ rm ${EPREFIX} /etc/nsswitch.conf
33
+ rm ${EPREFIX} /lib64/libnss_ldap.so.2
34
+ rm ${EPREFIX} /lib64/libnss_sss.so.2
35
+ rm ${EPREFIX} /var/run
36
+ # the following symlink is in our playbook, but it hadn't been added to the production repository yet
37
+ # rm ${EPREFIX}/var/log/wtmp
38
+
30
39
# reinstall the currently installed version of glibc to apply the changes from https://github.com/EESSI/gentoo-overlay/pull/99
31
40
emerge --verbose =$( qlist -IRv sys-libs/glibc)
32
41
48
57
emerge --verbose sys-auth/nss-pam-ldapd::eessi
49
58
emerge --verbose sys-auth/sssd::eessi
50
59
51
- # remove the host symlinks that are no longer needed
52
- # see: https://github.com/EESSI/compatibility-layer/pull/199
53
- rm ${EPREFIX} /etc/nsswitch.conf
54
- rm ${EPREFIX} /lib64/libnss_ldap.so.2
55
- rm ${EPREFIX} /lib64/libnss_sss.so.2
56
- rm ${EPREFIX} /var/run
57
- # the following symlink is in our playbook, but it hadn't been added to the production repository yet
58
- # rm ${EPREFIX}/var/log/wtmp
59
-
60
60
# collect list of installed packages after updating packages
61
61
list_installed_pkgs_post_update=${mytmpdir} /installed-pkgs-post-update.txt
62
62
echo " Collecting list of installed packages to ${list_installed_pkgs_post_update} ..."
0 commit comments