summaryrefslogtreecommitdiffstats
path: root/subcmds/gitc_init.py
diff options
context:
space:
mode:
authorLaMont Jones <lamontjones@google.com>2022-11-08 00:54:56 +0000
committerLaMont Jones <lamontjones@google.com>2022-11-08 00:54:56 +0000
commit5fb9c6a5b35220e27b3acd5861318584588cd0d8 (patch)
treed3d3a7d6d021e1547d9f22875aea57a717540f92 /subcmds/gitc_init.py
parent859d3d958057e35b618e8cca209a85317d49a974 (diff)
downloadgit-repo-5fb9c6a5b35220e27b3acd5861318584588cd0d8.tar.gz
v2.29.7: Revert back to v2.29.5v2.29.7
This change reverts stable to v2.29.5, to fix clients that received v2.29.6, and keep future updates simpler. Change-Id: I2f5c52c466b7321665c9699ccdbf98f928483fee
Diffstat (limited to 'subcmds/gitc_init.py')
-rw-r--r--subcmds/gitc_init.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/subcmds/gitc_init.py b/subcmds/gitc_init.py
index e3a5813d..1d81baf5 100644
--- a/subcmds/gitc_init.py
+++ b/subcmds/gitc_init.py
@@ -68,8 +68,7 @@ use for this GITC client.
68 sys.exit(1) 68 sys.exit(1)
69 manifest_file = opt.manifest_file 69 manifest_file = opt.manifest_file
70 70
71 manifest = GitcManifest(self.repodir, os.path.join(self.client_dir, 71 manifest = GitcManifest(self.repodir, gitc_client)
72 '.manifest'))
73 manifest.Override(manifest_file) 72 manifest.Override(manifest_file)
74 gitc_utils.generate_gitc_manifest(None, manifest) 73 gitc_utils.generate_gitc_manifest(None, manifest)
75 print('Please run `cd %s` to view your GITC client.' % 74 print('Please run `cd %s` to view your GITC client.' %