Browse Source

add perm stuff to build scripts

website
axk4545 7 years ago
parent
commit
09e36393d0
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      ci-build-mock.sh
  2. +1
    -0
      ci-build.sh

+ 1
- 1
ci-build-mock.sh View File

@ -24,5 +24,5 @@ mock -r fedora-25-x86_64 --copyout /var/lmc/TigerOS.iso /srv/isos/TigerOS.iso
rm -rf /var/lmc/
cd /srv/isos/
sha512sum *.iso >CHECKSUM512
chown -R apache:apache /srv

+ 1
- 0
ci-build.sh View File

@ -22,6 +22,7 @@ cp -f /var/lmc/TigerOS.iso /srv/isos/
rm -rf /var/lmc/
cd /srv/isos
sha512sum *.iso > CHECKSUM512
chown -R apache:apache /srv
cd /home/build
rm -rf anaconda/ *.log
setenforce 1

Loading…
Cancel
Save