mirror of
https://github.com/engineer-man/piston.git
synced 2025-06-09 11:36:27 +02:00
13 lines
No EOL
109 B
Bash
Executable file
13 lines
No EOL
109 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
cd /repo
|
|
|
|
# Make packages
|
|
pushd ../packages/
|
|
make -j16
|
|
popd
|
|
|
|
|
|
# Make repo index
|
|
|
|
./mkindex.sh |