Compare commits
3 Commits
fgh_update
...
lmm30-use-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a24a52819 | ||
|
|
34dfed15a1 | ||
|
|
6196019fcf |
30
.github/workflows/buildLoadup.yml
vendored
30
.github/workflows/buildLoadup.yml
vendored
@@ -73,7 +73,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
@@ -123,7 +123,9 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: true
|
||||||
|
|
||||||
# Setup release tag
|
# Setup release tag
|
||||||
- name: Setup Release Tag
|
- name: Setup Release Tag
|
||||||
@@ -191,18 +193,6 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.MAIKO_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.MAIKO_TOKEN }}
|
||||||
|
|
||||||
# Checkout Notecards and tar it in the tarballsdir
|
|
||||||
- name: Checkout Notecards
|
|
||||||
uses: actions/checkout@v6
|
|
||||||
with:
|
|
||||||
repository: ${{ github.repository_owner }}/notecards
|
|
||||||
path: ./notecards
|
|
||||||
- name: Tar notecards into tarball dir
|
|
||||||
run: |
|
|
||||||
mv ./notecards ../notecards
|
|
||||||
cd ../notecards
|
|
||||||
git archive --format=tgz --output="${TARBALL_DIR}/notecards.tgz" --prefix=notecards/ main
|
|
||||||
|
|
||||||
# Install vnc
|
# Install vnc
|
||||||
- name: Install vnc
|
- name: Install vnc
|
||||||
run: sudo apt-get update && sudo apt-get install -y tightvncserver
|
run: sudo apt-get update && sudo apt-get install -y tightvncserver
|
||||||
@@ -268,7 +258,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -349,7 +339,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
- name: Environment variables
|
- name: Environment variables
|
||||||
@@ -418,7 +408,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Store the values output from loadup job as environment variables
|
# Store the values output from loadup job as environment variables
|
||||||
- name: Environment Variables
|
- name: Environment Variables
|
||||||
@@ -530,7 +520,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout latest commit
|
# Checkout latest commit
|
||||||
- name: Checkout Medley
|
- name: Checkout Medley
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
||||||
# Upload a dummy file to release
|
# Upload a dummy file to release
|
||||||
@@ -623,7 +613,7 @@ jobs:
|
|||||||
|
|
||||||
# Checkout the actions for this repo owner
|
# Checkout the actions for this repo owner
|
||||||
- name: Checkout Actions
|
- name: Checkout Actions
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/.github
|
repository: ${{ github.repository_owner }}/.github
|
||||||
path: ./Actions_${{ github.sha }}
|
path: ./Actions_${{ github.sha }}
|
||||||
|
|||||||
27
.github/workflows/doHCFILES.yml
vendored
27
.github/workflows/doHCFILES.yml
vendored
@@ -51,33 +51,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout Medley repo
|
- name: Checkout Medley repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Checkout maiko
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
with:
|
||||||
repository: ${{ github.repository_owner }}/maiko
|
submodules: true
|
||||||
path: ./maiko
|
|
||||||
|
|
||||||
- name: Checkout notecards
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: ${{ github.repository_owner }}/notecards
|
|
||||||
path: ./notecards
|
|
||||||
|
|
||||||
- name: Checkout loops
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: ${{ github.repository_owner }}/loops
|
|
||||||
path: ./loops
|
|
||||||
|
|
||||||
- name: Checkout test
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
repository: ${{ github.repository_owner }}/test
|
|
||||||
path: ./test
|
|
||||||
|
|
||||||
- name: Cleanup .git for notecards, loops, test
|
|
||||||
run: rm -rf ./notecards/.git ./loops/.git ./test/.git
|
|
||||||
|
|
||||||
- name: Download Maiko
|
- name: Download Maiko
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
12
.gitignore
vendored
12
.gitignore
vendored
@@ -5,9 +5,6 @@ tmp/*
|
|||||||
# releases directory
|
# releases directory
|
||||||
releases/*
|
releases/*
|
||||||
|
|
||||||
# maiko directory
|
|
||||||
maiko/
|
|
||||||
|
|
||||||
|
|
||||||
# all PDFs (those explicitly checked in aren't ignored
|
# all PDFs (those explicitly checked in aren't ignored
|
||||||
# normally when you have derived files, you ignore them from git
|
# normally when you have derived files, you ignore them from git
|
||||||
@@ -34,9 +31,6 @@ loadups/build/
|
|||||||
loadups/tagged
|
loadups/tagged
|
||||||
loadups/gitinfo
|
loadups/gitinfo
|
||||||
|
|
||||||
# font-importing working directories
|
|
||||||
internal/fonts/**
|
|
||||||
|
|
||||||
|
|
||||||
# manual cross-reference files
|
# manual cross-reference files
|
||||||
|
|
||||||
@@ -46,12 +40,6 @@ internal/fonts/**
|
|||||||
*.sysout
|
*.sysout
|
||||||
*.SYSOUT
|
*.SYSOUT
|
||||||
|
|
||||||
# GITFNS deleted subdirectory
|
|
||||||
deleted/**
|
|
||||||
|
|
||||||
# local font construction
|
|
||||||
internal/fonts/**
|
|
||||||
|
|
||||||
#compiled code -- leave in for now
|
#compiled code -- leave in for now
|
||||||
|
|
||||||
# *.lcom
|
# *.lcom
|
||||||
|
|||||||
20
.gitmodules
vendored
20
.gitmodules
vendored
@@ -0,0 +1,20 @@
|
|||||||
|
[submodule "maiko"]
|
||||||
|
path = maiko
|
||||||
|
url = https://github.com/Interlisp/maiko
|
||||||
|
branch = master
|
||||||
|
[submodule "notecards"]
|
||||||
|
path = notecards
|
||||||
|
url = https://github.com/Interlisp/notecards
|
||||||
|
branch = main
|
||||||
|
[submodule "loops"]
|
||||||
|
path = loops
|
||||||
|
url = https://github.com/Interlisp/loops
|
||||||
|
branch = main
|
||||||
|
[submodule "test"]
|
||||||
|
path = test
|
||||||
|
url = https://github.com/Interlisp/test
|
||||||
|
branch = master
|
||||||
|
[submodule "online"]
|
||||||
|
path = online
|
||||||
|
url = https://github.com/Interlisp/online
|
||||||
|
branch = main
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user