Update README.md to point out which branches are in active usage.#75
Update README.md to point out which branches are in active usage.#75qingling128 merged 5 commits intostackdriver-agent-5.5.2from
Conversation
igorpeshansky
left a comment
There was a problem hiding this comment.
Some minor comments.
README.md
Outdated
|
|
||
| * Development branches | ||
|
|
||
| All branches with GitHub username as prefixes are development branches. |
There was a problem hiding this comment.
Not only GitHub usernames, right? Maybe just All branches with username prefixes are development branches.?
README.md
Outdated
|
|
||
| ## Branches in Use | ||
|
|
||
| * master |
There was a problem hiding this comment.
[Optional] Use code font for branch names, e.g.:
* `master`
...
* `stackdriver-agent-5.5.2`
...to distinguish them from, e.g., "Development branches" below.
README.md
Outdated
|
|
||
| * test-containers | ||
|
|
||
| We use this branch to store Dockerfiles that are used to build base containers from different distros with necessary dependencies installed so agents can be built in that environment. |
There was a problem hiding this comment.
[Optional] Split the long line in the markdown source...
README.md
Outdated
|
|
||
| * test-containers | ||
|
|
||
| We use this branch to store Dockerfiles that are used to build base containers from different distros with necessary dependencies installed so agents can be built in that environment. |
There was a problem hiding this comment.
[Optional] Make Dockerfile code font, e.g.: ...store `Dockerfile`s that are....
README.md
Outdated
|
|
||
| * stackdriver-agent-5.5.2 | ||
|
|
||
| We use this branch to build the 5.X.X agent DEB and RPM packages for the Cloud Rapture repos. |
There was a problem hiding this comment.
[Optional] 5.5.2-X agent DEB and RPM packages...
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
[Optional] the 5.5.2-X RPM package...
There was a problem hiding this comment.
Sorry, still not done, unless I'm missing a commit. I feel it's important to mention so we don't accidentally try to build a 6.0.0 package using those build scripts. WDYT?
There was a problem hiding this comment.
Seems like in the last round I only replied Done for places I did not change... This one I'd prefer not to distinguish with finer granularity, as there is no plan to have another branch with 6.0.0 for legacy package. legacy-agent-rpm will be the only one for legacy RPM.
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
[Optional] Make repo.stackdriver.com code font (here and below).
README.md
Outdated
|
|
||
| * legacy-agent-deb | ||
|
|
||
| We use this branch to build the DEB package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
[Optional] the 5.5.2-X DEB package...
There was a problem hiding this comment.
Sorry, still not done, unless I'm missing a commit. I feel it's important to mention so we don't accidentally try to build a 6.0.0 package using those build scripts. WDYT?
There was a problem hiding this comment.
Seems like in the last round I only replied Done for places I did not change... This one I'd prefer not to distinguish with finer granularity, as there is no plan to have another branch with 6.0.0 for legacy package. legacy-agent-deb will be the only one for legacy DEB.
qingling128
left a comment
There was a problem hiding this comment.
Updated. PTAL.
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * legacy-agent-deb | ||
|
|
||
| We use this branch to build the DEB package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
igorpeshansky
left a comment
There was a problem hiding this comment.
Sigh. Just noticed a couple of serious issues. Sorry I didn't see them earlier.
|
Updated. PTAL |
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * legacy-agent-deb | ||
|
|
||
| We use this branch to build the DEB package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * `master` | ||
|
|
||
| We use this branch to build the `6.X.X` agent DEB and RPM packages for the Google Cloud packaging repository repos. |
There was a problem hiding this comment.
s/packaging/package/ (see https://cloud.google.com/monitoring/agent/#access), and s/repository repos/repository/. Also below.
README.md
Outdated
| We use the `build` directory in this branch to store `Dockerfile`s that are used to build containers for reproducible | ||
| testing of third-party application support. |
There was a problem hiding this comment.
How about just:
This branch contains `Dockerfile`s for reproducible testing of third-party application support.
?
|
Updated. PTAL |
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
Sorry, still not done, unless I'm missing a commit. I feel it's important to mention so we don't accidentally try to build a 6.0.0 package using those build scripts. WDYT?
README.md
Outdated
|
|
||
| * legacy-agent-deb | ||
|
|
||
| We use this branch to build the DEB package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
Sorry, still not done, unless I'm missing a commit. I feel it's important to mention so we don't accidentally try to build a 6.0.0 package using those build scripts. WDYT?
README.md
Outdated
|
|
||
| ## Branches in Use | ||
|
|
||
| * master |
README.md
Outdated
|
|
||
| * stackdriver-agent-5.5.2 | ||
|
|
||
| We use this branch to build the 5.X.X agent DEB and RPM packages for the Cloud Rapture repos. |
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
Seems like in the last round I only replied Done for places I did not change... This one I'd prefer not to distinguish with finer granularity, as there is no plan to have another branch with 6.0.0 for legacy package. legacy-agent-rpm will be the only one for legacy RPM.
README.md
Outdated
|
|
||
| * legacy-agent-rpm | ||
|
|
||
| We use this branch to build the RPM package for the legacy repo.stackdriver.com repo. |
README.md
Outdated
|
|
||
| * legacy-agent-deb | ||
|
|
||
| We use this branch to build the DEB package for the legacy repo.stackdriver.com repo. |
There was a problem hiding this comment.
Seems like in the last round I only replied Done for places I did not change... This one I'd prefer not to distinguish with finer granularity, as there is no plan to have another branch with 6.0.0 for legacy package. legacy-agent-deb will be the only one for legacy DEB.
README.md
Outdated
|
|
||
| * Development branches | ||
|
|
||
| All branches with GitHub username as prefixes are development branches. |
README.md
Outdated
|
|
||
| * `master` | ||
|
|
||
| We use this branch to build the `6.X.X` agent DEB and RPM packages for the Google Cloud packaging repository repos. |
README.md
Outdated
| We use the `build` directory in this branch to store `Dockerfile`s that are used to build containers for reproducible | ||
| testing of third-party application support. |
No description provided.