rwx/package to build packages - #338
Closed
dan-manges wants to merge 3 commits into
Closed
Conversation
dan-manges
force-pushed
the
dan/package
branch
5 times, most recently
from
March 7, 2026 04:08
124cd1f to
2591954
Compare
dan-manges
force-pushed
the
dan/package
branch
2 times, most recently
from
March 10, 2026 20:15
b6d85b8 to
b09b5bf
Compare
Member
Author
|
Closing in favor of rwx-cloud/rwx#596 |
dan-manges
added a commit
to rwx-cloud/rwx
that referenced
this pull request
Aug 10, 2026
Zips the contents of a directory and uploads it to the RWX package
registry, printing the content digest returned by the server.
rwx package build [directory]
Ports the logic from rwx-cloud/packages#338, with one deliberate
difference: timestamp normalization is optional and applied inline to
the zip entry headers rather than by running `touch` over the source
tree. Passing `--timestamp YYYYMMDDHHmm` sets every entry's modification
time in the archive, so builds are reproducible for content-based
caching without mutating files on disk. Omitting it preserves each
file's real mtime.
Archive entries are written in sorted order so the same tree and
timestamp always produce identical bytes.
Co-authored-by: Dan Manges <dan@rwx.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is in draft status waiting on adding permissions to the task default RWX access token.