Skip to content

Update README.md to point out which branches are in active usage.#75

Merged
qingling128 merged 5 commits intostackdriver-agent-5.5.2from
lingshi-readme
Nov 15, 2019
Merged

Update README.md to point out which branches are in active usage.#75
qingling128 merged 5 commits intostackdriver-agent-5.5.2from
lingshi-readme

Conversation

@qingling128
Copy link
Contributor

No description provided.

@qingling128 qingling128 requested a review from a team November 7, 2019 23:09
@ghost ghost requested a review from igorpeshansky November 7, 2019 23:09
@ghost ghost removed their request for review November 7, 2019 23:09
Copy link
Contributor

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some minor comments.

README.md Outdated

* Development branches

All branches with GitHub username as prefixes are development branches.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not only GitHub usernames, right? Maybe just All branches with username prefixes are development branches.?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated

## Branches in Use

* master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] Use code font for branch names, e.g.:

* `master`
  ...
* `stackdriver-agent-5.5.2`
  ...

to distinguish them from, e.g., "Development branches" below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] Split the long line in the markdown source...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] Make Dockerfile code font, e.g.: ...store `Dockerfile`s that are....

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] 5.5.2-X agent DEB and RPM packages...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] the 5.5.2-X RPM package...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] Make repo.stackdriver.com code font (here and below).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done now.

README.md Outdated

* legacy-agent-deb

We use this branch to build the DEB package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[Optional] the 5.5.2-X DEB package...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor Author

@qingling128 qingling128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. PTAL.

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated

* legacy-agent-deb

We use this branch to build the DEB package for the legacy repo.stackdriver.com repo.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh. Just noticed a couple of serious issues. Sorry I didn't see them earlier.

@qingling128
Copy link
Contributor Author

Updated. PTAL

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

README.md Outdated

* legacy-agent-deb

We use this branch to build the DEB package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not done?

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/packaging/package/ (see https://cloud.google.com/monitoring/agent/#access), and s/repository repos/repository/. Also below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated
Comment on lines +25 to +26
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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about just:

  This branch contains `Dockerfile`s for reproducible testing of third-party application support.

?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@qingling128
Copy link
Contributor Author

Updated. PTAL

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

@qingling128 qingling128 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

README.md Outdated

## Branches in Use

* master
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated

* legacy-agent-rpm

We use this branch to build the RPM package for the legacy repo.stackdriver.com repo.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done now.

README.md Outdated

* legacy-agent-deb

We use this branch to build the DEB package for the legacy repo.stackdriver.com repo.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

README.md Outdated
Comment on lines +25 to +26
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.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@qingling128 qingling128 merged commit 8c21e63 into stackdriver-agent-5.5.2 Nov 15, 2019
@qingling128 qingling128 deleted the lingshi-readme branch November 15, 2019 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants