This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-TigerOS
mirror of
https://github.com/jrtechs/TigerOS.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
add perm stuff to build scripts
website
axk4545
7 years ago
parent
943a148e7f
commit
09e36393d0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ci-build-mock.sh
+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
Write
Preview
Loading…
Cancel
Save