summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.