Skip to content

Commit b032ccc

Browse files
authored
Changing the internal testing repo (#2003)
1 parent 7d5add3 commit b032ccc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next two lines for pre-release testing
2-
#source 'sso://cpdc-internal/spec'
2+
#source 'sso://cpdc-internal/firebase'
33
#source 'https://github.com/CocoaPods/Specs.git'
44

55
use_frameworks!

Firestore/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Uncomment the next two lines for pre-release testing
2-
#source 'sso://cpdc-internal/spec'
2+
#source 'sso://cpdc-internal/firebase'
33
#source 'https://github.com/CocoaPods/Specs.git'
44

55
use_frameworks!

Releases/update-versions.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ def UpdateTags(version_data, firebase_version, first=False):
188188

189189

190190
def GetCpdcInternal():
191-
"""Find the cpdc-internal repo.
191+
"""Find the firebase repo.
192192
193193
"""
194194
tmp_file = tempfile.mktemp()
195-
os.system('pod repo list | grep -B2 sso://cpdc-internal | head -1 > {}'
195+
os.system('pod repo list | grep -B2 sso://cpdc-internal/firebase | head -1 > {}'
196196
.format(tmp_file))
197197
with open(tmp_file,'r') as o:
198198
output_var = ''.join(o.readlines()).strip()
@@ -201,7 +201,7 @@ def GetCpdcInternal():
201201

202202

203203
def PushPodspecs(version_data):
204-
"""Push podspecs to cpdc-internal.
204+
"""Push podspecs to cpdc-firebase.
205205
206206
Args:
207207
version_data: dictionary of versions to be updated.

0 commit comments

Comments
 (0)