forked from bazelbuild/rules_pkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start a developer docs page (bazelbuild#413)
* start a developer docs page
- Loading branch information
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
* @aiuto | ||
# Alternate reviewers: @philwo @fwe | ||
* @aiuto @nacl | ||
|
||
/deb_packages/ @MarkusTeufelberger @adragomir | ||
/pkg/rpm/ @nacl |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ | |
# | ||
# Names should be added to this file as: | ||
# Name <email address> | ||
|
||
Andrew Psaltis <[email protected]> | ||
Tony Aiuto <[email protected]> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# rules_pkg - Information for Developers | ||
|
||
NOTE: This is a work in progress. It is only an outline at this point. | ||
|
||
TBD: Introduction | ||
|
||
## General | ||
|
||
- tests | ||
- OS portability | ||
- minimize tests | ||
- repo structure | ||
- more at build time than in the distribution | ||
- some features do not work on all platforms | ||
|
||
## Starlark style | ||
|
||
- using analysis tests | ||
- docstrings in attributes | ||
|
||
## Python style | ||
|
||
- import style as per #399 | ||
- ... | ||
|
||
## Continuous testing | ||
|
||
- under .bazel_ci |