update buildLOadup.yml to use new scripts/release-make-tars.sh instead of its almost but not quite equivalent make tars code
This commit is contained in:
41
.github/workflows/buildLoadup.yml
vendored
41
.github/workflows/buildLoadup.yml
vendored
@@ -228,45 +228,10 @@ jobs:
|
|||||||
scripts/loadup-all.sh -apps
|
scripts/loadup-all.sh -apps
|
||||||
scripts/loadup-db.sh
|
scripts/loadup-db.sh
|
||||||
|
|
||||||
- name: Build loadups release tar
|
- name: Build release tars
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
scripts/release-make-tars.sh "${MEDLEY_RELEASE_TAG}"
|
||||||
mkdir -p medley/${TARBALL_DIR}
|
mv releases/"${MEDLEY_SHORT_RELEASE_TAG}"/*.tgz "${TARBALL_DIR}"
|
||||||
tar cfz medley/${TARBALL_DIR}/${MEDLEY_RELEASE_TAG}-loadups.tgz \
|
|
||||||
medley/loadups/lisp.sysout \
|
|
||||||
medley/loadups/full.sysout \
|
|
||||||
medley/loadups/apps.sysout \
|
|
||||||
medley/loadups/whereis.hash \
|
|
||||||
medley/loadups/*.dribble \
|
|
||||||
medley/loadups/fuller.database \
|
|
||||||
medley/loadups/exports.all
|
|
||||||
|
|
||||||
- name: Build runtime release tar
|
|
||||||
run: |
|
|
||||||
cd ..
|
|
||||||
mkdir -p medley/${TARBALL_DIR}
|
|
||||||
tar cfz medley/${TARBALL_DIR}/${MEDLEY_RELEASE_TAG}-runtime.tgz \
|
|
||||||
--exclude "*~" --exclude "*#*" \
|
|
||||||
--exclude exports.all \
|
|
||||||
medley/clos \
|
|
||||||
medley/docs/dinfo \
|
|
||||||
medley/docs/man-page/medley.1.gz \
|
|
||||||
medley/doctools \
|
|
||||||
medley/greetfiles \
|
|
||||||
medley/rooms \
|
|
||||||
medley/medley \
|
|
||||||
medley/run-medley \
|
|
||||||
medley/scripts \
|
|
||||||
medley/fonts/displayfonts \
|
|
||||||
medley/fonts/altofonts \
|
|
||||||
medley/fonts/adobe \
|
|
||||||
medley/fonts/postscriptfonts \
|
|
||||||
medley/fonts/ipfonts \
|
|
||||||
medley/library \
|
|
||||||
medley/lispusers \
|
|
||||||
medley/sources \
|
|
||||||
medley/internal
|
|
||||||
|
|
||||||
|
|
||||||
# Build the deb files as well as the tgz files
|
# Build the deb files as well as the tgz files
|
||||||
- name: Build .deb files for 3 architectures
|
- name: Build .deb files for 3 architectures
|
||||||
|
|||||||
Reference in New Issue
Block a user