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