release dribbles and msfuller (#1280)
* ignore loadups/exports.all (moved) * add fuller.database and dribble files to release
This commit is contained in:
2
.github/workflows/buildLoadup.yml
vendored
2
.github/workflows/buildLoadup.yml
vendored
@@ -236,6 +236,8 @@ jobs:
|
|||||||
medley/loadups/full.sysout \
|
medley/loadups/full.sysout \
|
||||||
medley/loadups/apps.sysout \
|
medley/loadups/apps.sysout \
|
||||||
medley/loadups/whereis.hash \
|
medley/loadups/whereis.hash \
|
||||||
|
medley/loadups/*.dribble \
|
||||||
|
medley/loadups/fuller.database \
|
||||||
medley/loadups/exports.all
|
medley/loadups/exports.all
|
||||||
|
|
||||||
- name: Build runtime release tar
|
- name: Build runtime release tar
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ loadups/full.sysout
|
|||||||
loadups/*.dribble
|
loadups/*.dribble
|
||||||
loadups/whereis.hash
|
loadups/whereis.hash
|
||||||
loadups/apps.sysout
|
loadups/apps.sysout
|
||||||
|
loadups/fuller.database
|
||||||
|
|
||||||
# manual cross-reference files
|
# manual cross-reference files
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,14 @@ fi
|
|||||||
# cp -p tmp/exports.all tmp/RDSYS tmp/RDSYS.LCOM library/
|
# cp -p tmp/exports.all tmp/RDSYS tmp/RDSYS.LCOM library/
|
||||||
# just copy the files that are released
|
# just copy the files that are released
|
||||||
|
|
||||||
|
./scripts/cpv tmp/init.dribble loadups
|
||||||
|
./scripts/cpv tmp/lisp.dribble loadups
|
||||||
|
./scripts/cpv tmp/full.dribble loadups
|
||||||
|
./scripts/cpv tmp/fuller.dribble loadups
|
||||||
|
./scripts/cpv tmp/whereis.dribble loadups
|
||||||
|
|
||||||
|
./scripts/cpv tmp/fuller.database loadups
|
||||||
|
|
||||||
./scripts/cpv tmp/full.sysout loadups
|
./scripts/cpv tmp/full.sysout loadups
|
||||||
./scripts/cpv tmp/lisp.sysout loadups
|
./scripts/cpv tmp/lisp.sysout loadups
|
||||||
./scripts/cpv tmp/whereis.hash loadups
|
./scripts/cpv tmp/whereis.hash loadups
|
||||||
|
|||||||
@@ -19,14 +19,15 @@ echo making $tag-loadups.tgz
|
|||||||
tar cfz medley/tmp/$tag-loadups.tgz \
|
tar cfz medley/tmp/$tag-loadups.tgz \
|
||||||
medley/loadups/lisp.sysout \
|
medley/loadups/lisp.sysout \
|
||||||
medley/loadups/full.sysout \
|
medley/loadups/full.sysout \
|
||||||
|
medley/loadups/fuller.database \
|
||||||
|
medley/loadups/*.dribble \
|
||||||
medley/loadups/whereis.hash \
|
medley/loadups/whereis.hash \
|
||||||
medley/library/exports.all
|
medley/loadups//exports.all
|
||||||
|
|
||||||
echo making $tag-runtime.tgz
|
echo making $tag-runtime.tgz
|
||||||
|
|
||||||
tar cfz medley/tmp/$tag-runtime.tgz \
|
tar cfz medley/tmp/$tag-runtime.tgz \
|
||||||
--exclude "*~" --exclude "*#*" \
|
--exclude "*~" --exclude "*#*" \
|
||||||
--exclude exports.all \
|
|
||||||
medley/docs/dinfo \
|
medley/docs/dinfo \
|
||||||
medley/doctools \
|
medley/doctools \
|
||||||
medley/greetfiles \
|
medley/greetfiles \
|
||||||
|
|||||||
Reference in New Issue
Block a user