Skip to content

Conversation

@tmck-code
Copy link
Owner

Context

There is a file build/cows.tar.gz that contains all the pokemon sprites as ANSI text files. These have been converted from the original PNGs.

This file is large and I want to purge it from the repo history.

I have created a separate repo https://github.com/tmck-code/pokesprite-ansi that contains all of the converted ANSI sprite files.

Changes

  • Remove all sprite building from Dockerfile & build scripts
    • update the cow build script to just skip duplicates and unwanted dirs
  • update git module config with new repo
    • use shallow = true so that the pull is as quick & light as possible

- this avoids the need to convert the PNG files to ANSI as part of
building the code in this repo
- use shallow = true so that the pull is as quick & light as possible
- remove submodule pointing to original pokesprite repo
- ensure it has jq & tree
- download all go deps
- just detect skip dirs & duplicate files
- output to build/cows
@tmck-code tmck-code added code quality Good for dev, little/no impact to users distribution labels Dec 5, 2025
@tmck-code tmck-code merged commit ccfcc14 into master Dec 5, 2025
1 check passed
@tmck-code tmck-code deleted the separate-sprite-repo branch December 5, 2025 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code quality Good for dev, little/no impact to users distribution

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants