The tools that are used to display a custom composable motd on login in SCITAS clusters.
See rSCMOTD
The tools that are used to display a custom composable motd on login in SCITAS clusters.
See rSCMOTD
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
a553af8a53cd | aubort | update version in README | Apr 11 2019 | ||||
2b9995e0363f | rmsilva | Updated README build recipe to account for VERSION-RELEASE tags | Jun 20 2017 | ||||
35147e20b9d8 | rmsilva | Release 0.2-2 | Jun 20 2017 | ||||
8f929a697394 | rmsilva | Release 0.2 (fixed spec file) | Jun 20 2017 | ||||
d65cf64c4c35 | rmsilva | Release 0.2 | Jun 20 2017 | ||||
18103a84409d | rmsilva | Updated README and gitignore. | Jun 20 2017 | ||||
5ee9940baa0a | rmsilva | Add documentation files to spec file | Jun 20 2017 | ||||
86d0d7109487 | rmsilva | Add .swp files to gitignore | Jun 20 2017 | ||||
89138753e9be | rmsilva | Updated README build example | Jun 20 2017 | ||||
8c5b44cfc659 | rmsilva | Release 0.1 | Jun 19 2017 | ||||
186fc0e926d4 | rmsilva | Adding spec file | Jun 19 2017 | ||||
a3ebe85f3f9c | rmsilva | README file | Jun 19 2017 | ||||
b3e28976fa1c | rmsilva | Update gitignore | Jun 19 2017 | ||||
fd943dda5bbc | rmsilva | Cron job example for scitas-motd-update | Jun 19 2017 | ||||
892833730510 | rmsilva | Moving files around (subdir not needed when using git archive) | Jun 19 2017 |
The tools that are used to display a custom composable motd on login in SCITAS clusters.
Recipe to build the RPM, the tag with the version number must exist!
bash export VERSION=0.2 export TOPDIR="$(pwd)/rpmbuild" rm -rf "${TOPDIR}" mkdir -p "${TOPDIR}"/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS} git archive --prefix=scitas-motd-scripts-$(echo $VERSION | cut -f 1 -d -)/ -o $TOPDIR/SOURCES/scitas-motd-scripts-$(echo $VERSION | cut -f 1 -d -).tar.gz $VERSION cp scitas-motd-scripts.spec $TOPDIR/SPECS/ rpmbuild --define "_topdir $TOPDIR" -bb $TOPDIR/SPECS/scitas-motd-scripts.spec