mirror of
https://github.com/clearlinux/koji-setup-scripts.git
synced 2026-04-28 11:03:50 +00:00
Do not create mash cache directory
The mash tool is no longer used, and this directory is no longer needed. It was only used by this tool. Signed-off-by: George T Kramer <george.t.kramer@intel.com>
This commit is contained in:
@@ -18,8 +18,6 @@ MASH_LINK="$HTTPD_DOCUMENT_ROOT"/"$(basename "$MASH_DIR")"
|
||||
ln -sf "$MASH_DIR"/latest "$MASH_LINK"
|
||||
chown -h kojiadmin:kojiadmin "$MASH_LINK"
|
||||
usermod -a -G kojiadmin "$HTTPD_USER"
|
||||
# Required because Clear is stateless, and mash is run as a non-elevated user
|
||||
mkdir -p /var/cache/mash
|
||||
rpm --initdb
|
||||
|
||||
mkdir -p /etc/mash
|
||||
|
||||
Reference in New Issue
Block a user