Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove xmlstarlet from loaded packages (only available in EPEL, not A…
…mazon Linux 2)
credman committed May 23, 2022
1 parent f330dce commit 7ec626f
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion TODO.md
@@ -7,7 +7,11 @@ TODO
- Once upgrading to 2.6.9, can remove gsh code marked "Temporary fix for GRP-4024" from bootstrap.gsh files
- Bug in 2.6.8, attr_read isn't enough to see attributes; need admin privileges on the object to see the option in the menu
- 301.6 and 301.7 slides need to be finished
- 301.8 view privilege on the App folder not enough for kjenkins to view; needs create priv
- 301.8 view privilege on the App folder not enough for kjenkins to view; needs create priv (make a JIRA for this)
- web services in the GTE is protected by sso, so inaccessible by WS clients
- xmlstarlet is not in the Amazon Linux 2 standard images but is in the EPEL repository
- Somehow add docker-compose to the vms so we don't have to download it


202202
-------
2 changes: 1 addition & 1 deletion internal/mkstudent.sh
@@ -10,7 +10,7 @@ echo "$GROUPER_GTE_DOCKER_BRANCH" > /root/grouperGteDockerBranch.txt
chmod a+r /root/grouperGteDockerBranch.txt

yum -y update
yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk jq xmlstarlet
yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel wget mlocate emacs nano nslookup mlocate patch gawk jq

yum -y install docker

0 comments on commit 7ec626f

Please sign in to comment.