mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-21 03:43:05 +02:00
Compare commits
2 Commits
095ed704ce
...
40855e2d7b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
40855e2d7b | ||
|
|
8b184e1741 |
@@ -18,9 +18,9 @@ builddir="$(dirname "$(readlink -f "$0")")"
|
|||||||
echo "Building from ${gitdir} into ${builddir}/fsfe.org"
|
echo "Building from ${gitdir} into ${builddir}/fsfe.org"
|
||||||
case "$1" in
|
case "$1" in
|
||||||
--full|-f)
|
--full|-f)
|
||||||
"${gitdir}/build/build_main.sh" build_into "${builddir}/fsfe.org" --statusdir "${builddir}/status"
|
"${gitdir}/build/build_main.sh" build_into "${builddir}/fsfe.org" --statusdir "${builddir}/fsfe.org/status.fsfe.org/fsfe.org"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
"${gitdir}/build/build_main.sh" build_run "${builddir}/fsfe.org" --statusdir "${builddir}/status"
|
"${gitdir}/build/build_main.sh" build_run "${builddir}/fsfe.org" --statusdir "${builddir}/fsfe.org/status.fsfe.org/fsfe.org"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user