Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade mk to include chdir output #3819

Merged
merged 1 commit into from
Dec 19, 2024
Merged

chore: upgrade mk to include chdir output #3819

merged 1 commit into from
Dec 19, 2024

Conversation

alecthomas
Copy link
Collaborator

Previously:

$ just build-zips
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
rm -f ../main-work-template.zip && zip -q --symlinks -r ../main-work-template.zip .
rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .

Now:

$ just build-zips
cd jvm-runtime/java/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd go-runtime/compile/external-module-template && rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
cd internal/projectinit/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd go-runtime/compile/build-template && rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
cd python-runtime/compile/build-template && rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
cd go-runtime/compile/main-work-template && rm -f ../main-work-template.zip && zip -q --symlinks -r ../main-work-template.zip .
cd python-runtime/compile/external-module-template && rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
cd go-runtime/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd jvm-runtime/kotlin/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd python-runtime/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .

Previously:

```
$ just build-zips
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
rm -f ../main-work-template.zip && zip -q --symlinks -r ../main-work-template.zip .
rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
```

Now:

```
$ just build-zips
cd jvm-runtime/java/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd go-runtime/compile/external-module-template && rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
cd internal/projectinit/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd go-runtime/compile/build-template && rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
cd python-runtime/compile/build-template && rm -f ../build-template.zip && zip -q --symlinks -r ../build-template.zip .
cd go-runtime/compile/main-work-template && rm -f ../main-work-template.zip && zip -q --symlinks -r ../main-work-template.zip .
cd python-runtime/compile/external-module-template && rm -f ../external-module-template.zip && zip -q --symlinks -r ../external-module-template.zip .
cd go-runtime/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd jvm-runtime/kotlin/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
cd python-runtime/scaffolding && rm -f ../scaffolding.zip && zip -q --symlinks -r ../scaffolding.zip .
```
@alecthomas alecthomas enabled auto-merge (squash) December 19, 2024 00:10
This was referenced Dec 19, 2024
@alecthomas alecthomas merged commit 479dcbd into main Dec 19, 2024
96 checks passed
@alecthomas alecthomas deleted the aat/bump-mk branch December 19, 2024 00:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant