-
Notifications
You must be signed in to change notification settings - Fork 217
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: bazelbuild/rules_pkg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: PointOneNav/rules_pkg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: point-one
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 6 files changed
- 2 contributors
Commits on Jul 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd84a05 - Browse repository at this point
Copy the full SHA bd84a05View commit details
Commits on Jul 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e82a3a5 - Browse repository at this point
Copy the full SHA e82a3a5View commit details -
Use the existing file modes by default.
The `mode` attribute overwrites the file mode for _all_ files. This is usually not desirable (e.g., some files are executable, some aren't). Additionally, a default value of 0555 applies executable permissions to all files (not ideal) and takes away user write permission (worse).
Configuration menu - View commit details
-
Copy full SHA for 1ef300e - Browse repository at this point
Copy the full SHA 1ef300eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9bd96e - Browse repository at this point
Copy the full SHA a9bd96eView commit details -
Use GNU tar format by default.
The default PAX format has issues with long file paths. If the complete path to a file, including the package_dir prefix, exceeds 100 characters, Python will incorrectly truncate it so the resulting path within the tar file does not have the package_dir prefix. For example: File: path/to/file.txt Package dir: my_dir Expected path: my_dir/path/to/file.txt Resulting path: path/to/file.txt (if expected path > 100 chars)
Configuration menu - View commit details
-
Copy full SHA for d7e7a70 - Browse repository at this point
Copy the full SHA d7e7a70View commit details -
Configuration menu - View commit details
-
Copy full SHA for aeeba7f - Browse repository at this point
Copy the full SHA aeeba7fView commit details
Commits on Sep 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c1fb8ab - Browse repository at this point
Copy the full SHA c1fb8abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45c396c - Browse repository at this point
Copy the full SHA 45c396cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2264678 - Browse repository at this point
Copy the full SHA 2264678View commit details
Commits on Sep 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e9641b9 - Browse repository at this point
Copy the full SHA e9641b9View commit details -
Created bazel level option to control prefix duplication in tar creat…
…ion. The `rules_pkg` mainline has the behaviour where it doesn't allow prefix duplication where a subfolder name mimics the top level directory name. Since sometimes this directory structure is desired, a bazel level option was added to control the behaviour. ## Features - Added the `allow_prefix_duplication` flag to tar creation to allow calls to pkg_tar in bazel to control the desired directory structure. This flag defaults to false to mimic the mainline behaviour. Merge Pull Request #2.
Configuration menu - View commit details
-
Copy full SHA for fa81ba1 - Browse repository at this point
Copy the full SHA fa81ba1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...point-one