Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.18.0
Choose a base ref
...
head repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.18.1
Choose a head ref
  • 19 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 28, 2025

  1. Update README.md

    tmck-code authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    99bf412 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tmck-code authored Sep 28, 2025
    Configuration menu
    Copy the full SHA
    a2411c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. add arch installer

    - uses makepkg and a generated PKGBUILD file
    - integrated with the debian installer, renamed script
    - all packages now end up in build/packages/
    tmck-code committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    71d1c25 View commit details
    Browse the repository at this point in the history
  2. create user inline with docker run command

    rather than overcomplicating the script
    tmck-code committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    f586f46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8b6127 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Configuration menu
    Copy the full SHA
    02ebc5c View commit details
    Browse the repository at this point in the history
  2. rename "build/release" to "build/bin"

    as this is more reflective of what it's doing, "build/release" should
    build all the bins, and then all the various distribution packages too,
    probably putting them under dist/
    tmck-code committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9529869 View commit details
    Browse the repository at this point in the history
  3. move the manfile to build/packages

    in future the arch/deb package config files will be moved there too
    tmck-code committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    8108581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63bf824 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1dc46e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #78 from tmck-code/arch-package

    Arch package
    tmck-code authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9e95e4c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Update README.md

    tmck-code authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    58a9e4d View commit details
    Browse the repository at this point in the history
  2. write all builds to dist/

    - binaries are now versioned like the OS packages
    - added tarballs that contain the binary, LICENSE and manpage
    - write all binaries, OS packages & tarballs to dist/, i.e.
    
    ../dist/
    ├── bin
    │   ├── pokesay-0.18.1-android-arm64
    │   ├── pokesay-0.18.1-darwin-amd64
    │   ├── pokesay-0.18.1-darwin-arm64
    │   ├── pokesay-0.18.1-linux-amd64
    │   └── pokesay-0.18.1-windows-amd64.exe
    ├── packages
    │   ├── pokesay-0.18.1-1-x86_64.pkg.tar.zst
    │   ├── pokesay-0.18.1-android-arm64.deb
    │   ├── pokesay-0.18.1-linux-amd64.deb
    │   └── pokesay-debug-0.18.1-1-x86_64.pkg.tar.zst
    └── tarballs
        └── pokesay-0.18.1-linux-amd64.tar.gz
    
    This now requires running the build task with a VERSION:
    VERSION=0.18.1 make build/bin build/packages
    
    These files can then all be uploaded as part of a release.
    
    Then, afterward, the binaries/tarballs can be referenced in AUR and
    homebrew packages.
    tmck-code committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    90fac3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07160ab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    858e2bc View commit details
    Browse the repository at this point in the history
  5. path tweaks

    tmck-code committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    f8058ab View commit details
    Browse the repository at this point in the history
  6. make dist dirs

    tmck-code committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    27964c9 View commit details
    Browse the repository at this point in the history
  7. test explicit version

    tmck-code committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    58ece68 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #79 from tmck-code/dist-output

    Dist output
    tmck-code authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    139ddc4 View commit details
    Browse the repository at this point in the history
Loading