diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-08 14:25:25 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-07-08 14:25:25 -0700 |
commit | 2d598dd433167912b0036ba51dc4dc9b7c2e6b39 (patch) | |
tree | 7af8270db8beb4eaebeda76e587e1e19c9788f6f | |
parent | f86e9b7df28c287f7111f92007bed0d273416da3 (diff) | |
download | infinitytier-2d598dd433167912b0036ba51dc4dc9b7c2e6b39.tar.gz infinitytier-2d598dd433167912b0036ba51dc4dc9b7c2e6b39.zip |
Automatically add symlinks to redhat distro.
-rwxr-xr-x | linux-build-farm/make-rpm-repos.sh | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/linux-build-farm/make-rpm-repos.sh b/linux-build-farm/make-rpm-repos.sh index d669501b..0ed1cfe4 100755 --- a/linux-build-farm/make-rpm-repos.sh +++ b/linux-build-farm/make-rpm-repos.sh @@ -31,5 +31,34 @@ for db in `find /tmp/zt-rpm-repo -mindepth 2 -maxdepth 2 -type d`; do createrepo --database $db done +# Stupid RHEL stuff +cd /tmp/zt-rpm-repo/el +ln -sf 6 6Client +ln -sf 6 6Workstation +ln -sf 6 6Server +ln -sf 6 6.0 +ln -sf 6 6.1 +ln -sf 6 6.2 +ln -sf 6 6.3 +ln -sf 6 6.4 +ln -sf 6 6.5 +ln -sf 6 6.6 +ln -sf 6 6.7 +ln -sf 6 6.8 +ln -sf 6 6.9 +ln -sf 7 7Client +ln -sf 7 7Workstation +ln -sf 7 7Server +ln -sf 7 7.0 +ln -sf 7 7.1 +ln -sf 7 7.2 +ln -sf 7 7.3 +ln -sf 7 7.4 +ln -sf 7 7.5 +ln -sf 7 7.6 +ln -sf 7 7.7 +ln -sf 7 7.8 +ln -sf 7 7.9 + echo echo Repo created in /tmp/zt-rpm-repo |