summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Hopkins <liamh@google.com>2019-02-19 10:11:02 -0800
committerGitHub <noreply@github.com>2019-02-19 10:11:02 -0800
commit297a3943a13876338640319ecc93333ee011282c (patch)
tree29086d11ab4ac0f76af4c55cd2b729266d13812a
parent5652d7f3726e6147119fdc906d770c65ea34f369 (diff)
downloadgoogle-compute-image-packages-297a3943a13876338640319ecc93333ee011282c.tar.gz
Update README.md (#735)
remove section on version updates; this is covered in repo doc
-rw-r--r--packages/google-compute-engine-oslogin/README.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/google-compute-engine-oslogin/README.md b/packages/google-compute-engine-oslogin/README.md
index ce15018..6f967c5 100644
--- a/packages/google-compute-engine-oslogin/README.md
+++ b/packages/google-compute-engine-oslogin/README.md
@@ -222,24 +222,3 @@ production quality._
```
rpmbuild --define "_topdir /path/to/rpmbuild" -ba /path/to/rpmbuild/SPECS/google-compute-engine-oslogin.spec
```
-
-
-## Version Updates
-
-When updating version numbers, changes need to be made in a few different
-places:
-
-* `Makefile` Update the MAJOR, MINOR, and REVISION variables.
-* `packaging/debian8/changelog` Add a new entry with the new version.
-* `packaging/debian9/changelog` Add a new entry with the new version.
-* `packaging/debian10/changelog` Add a new entry with the new version.
-* `packaging/debian8/google-compute-engine-oslogin.links` Update the libnss
- version string.
-* `packaging/debian9/google-compute-engine-oslogin.links` Update the libnss
- version string.
-* `packaging/debian10/google-compute-engine-oslogin.links` Update the libnss
- version string.
-* `packaging/rpmbuild/SPECS/google-compute-engine-oslogin.spec` Update the
- Version field.
-* `packaging/setup_deb.sh` Update VERSION variable.
-* `packaging/setup_rpm.sh` Update VERSION variable.