mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 04:26:28 +02:00
repo: mount files in build container differently
This commit is contained in:
parent
0dd099a38d
commit
a65ecf7386
2 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
cd /packages
|
||||
cd /piston/packages
|
||||
|
||||
for pkg in "$@"
|
||||
do
|
||||
make -j16 $pkg.pkg.tar.gz
|
||||
done
|
||||
|
||||
cd /repo
|
||||
cd /piston/repo
|
||||
./mkindex.sh
|
||||
|
||||
python3 -m http.server
|
Loading…
Add table
Add a link
Reference in a new issue