aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-15 15:23:35 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-15 15:23:35 -0700
commitf855450b5d8c29c94d060100a2fff09705aa996d (patch)
treed63e376f35cdaae7fb3195d33b211a8adba16bf2 /scripts
parent520a0c0a84c34897aae10564ed48ec3efc508fbf (diff)
parent63b629d4ab2b234fdd57169ecaee5eea09abfd7e (diff)
merge
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/push-pods.sh20
-rwxr-xr-xscripts/update-tags.sh48
2 files changed, 34 insertions, 34 deletions
diff --git a/scripts/push-pods.sh b/scripts/push-pods.sh
index 2fb8eaa..9f4c303 100755
--- a/scripts/push-pods.sh
+++ b/scripts/push-pods.sh
@@ -22,20 +22,20 @@
# investigation.
pod cache clean FirebaseCore --all
-pod cache clean FirebaseAuth --all
-pod cache clean FirebaseDatabase --all
+#pod cache clean FirebaseAuth --all
+#pod cache clean FirebaseDatabase --all
pod cache clean FirebaseFirestore --all
-pod cache clean FirebaseFunctions --all
-pod cache clean FirebaseMessaging --all
-pod cache clean FirebaseStorage --all
+#pod cache clean FirebaseFunctions --all
+#pod cache clean FirebaseMessaging --all
+#pod cache clean FirebaseStorage --all
pod repo push cpdc-internal-spec FirebaseCore.podspec
-pod repo push cpdc-internal-spec FirebaseAuth.podspec
-pod repo push cpdc-internal-spec FirebaseDatabase.podspec
+#pod repo push cpdc-internal-spec FirebaseAuth.podspec
+#pod repo push cpdc-internal-spec FirebaseDatabase.podspec
pod repo push cpdc-internal-spec FirebaseFirestore.podspec --allow-warnings
-pod repo push cpdc-internal-spec FirebaseFunctions.podspec
-pod repo push cpdc-internal-spec FirebaseMessaging.podspec
-pod repo push cpdc-internal-spec FirebaseStorage.podspec
+#pod repo push cpdc-internal-spec FirebaseFunctions.podspec
+#pod repo push cpdc-internal-spec FirebaseMessaging.podspec
+#pod repo push cpdc-internal-spec FirebaseStorage.podspec
# FirebaseFirestore warning (no plan to fix)
# https://github.com/firebase/firebase-ios-sdk/issues/1143
diff --git a/scripts/update-tags.sh b/scripts/update-tags.sh
index 64cf1ce..0c018c3 100755
--- a/scripts/update-tags.sh
+++ b/scripts/update-tags.sh
@@ -27,35 +27,35 @@
# Delete any existing tags at origin
-git push --delete origin '5.0.0'
-git push --delete origin 'Core-5.0.0'
-git push --delete origin 'Auth-5.0.0'
-git push --delete origin 'Database-5.0.0'
-git push --delete origin 'Firestore-0.12.0'
-git push --delete origin 'Functions-2.0.0'
-git push --delete origin 'Messaging-3.0.0'
-git push --delete origin 'Storage-3.0.0'
+git push --delete origin '5.0.1'
+git push --delete origin 'Core-5.0.1'
+#git push --delete origin 'Auth-5.0.0'
+#git push --delete origin 'Database-5.0.0'
+git push --delete origin 'Firestore-0.12.1'
+#git push --delete origin 'Functions-2.0.0'
+#git push --delete origin 'Messaging-3.0.0'
+#git push --delete origin 'Storage-3.0.0'
# Delete local tags
-git tag --delete '5.0.0'
-git tag --delete 'Core-5.0.0'
-git tag --delete 'Auth-5.0.0'
-git tag --delete 'Database-5.0.0'
-git tag --delete 'Firestore-0.12.0'
-git tag --delete 'Functions-2.0.0'
-git tag --delete 'Messaging-3.0.0'
-git tag --delete 'Storage-3.0.0'
+git tag --delete '5.0.1'
+git tag --delete 'Core-5.0.1'
+#git tag --delete 'Auth-5.0.0'
+#git tag --delete 'Database-5.0.0'
+git tag --delete 'Firestore-0.12.1'
+#git tag --delete 'Functions-2.0.0'
+#git tag --delete 'Messaging-3.0.0'
+#git tag --delete 'Storage-3.0.0'
# Add and push the tags
-git tag '5.0.0'
-git tag 'Core-5.0.0'
-git tag 'Auth-5.0.0'
-git tag 'Database-5.0.0'
-git tag 'Firestore-0.12.0'
-git tag 'Functions-2.0.0'
-git tag 'Messaging-3.0.0'
-git tag 'Storage-3.0.0'
+git tag '5.0.1'
+git tag 'Core-5.0.1'
+#git tag 'Auth-5.0.0'
+#git tag 'Database-5.0.0'
+git tag 'Firestore-0.12.1'
+#git tag 'Functions-2.0.0'
+#git tag 'Messaging-3.0.0'
+#git tag 'Storage-3.0.0'
git push origin --tags