Giter Site home page Giter Site logo

Comments (3)

KateFriedman-NOAA avatar KateFriedman-NOAA commented on June 2, 2024

Created branch feature/verif-tag

from global-workflow.

KateFriedman-NOAA avatar KateFriedman-NOAA commented on June 2, 2024

Made changes to Externals.cfg and checkout.sh:

[Kate.Friedman@v72a3 global-workflow]$ git clone github:global-workflow ./feature-verif-tag
Cloning into './feature-verif-tag'...
remote: Enumerating objects: 84, done.
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects: 100% (67/67), done.
remote: Total 31896 (delta 29), reused 33 (delta 17), pack-reused 31812
Receiving objects: 100% (31896/31896), 70.12 MiB | 29.46 MiB/s, done.
Resolving deltas: 100% (21951/21951), done.
[Kate.Friedman@v72a3 global-workflow]$ cd feature-verif-tag/
[Kate.Friedman@v72a3 feature-verif-tag]$ git branch
* develop
[Kate.Friedman@v72a3 feature-verif-tag]$ git log -1
commit 057b2a82fa43f7bc36c3e757ca7d48fb86b9541c (HEAD -> develop, origin/develop, origin/HEAD)
Merge: 0377d20f 622167d5
Author: Kate Friedman <[email protected]>
Date:   Wed Mar 11 12:00:58 2020 -0400

    Merge pull request #29 from NOAA-EMC/feature/manage_externals

    Issue #3 - Introduce manage_externals as replacement for checkout.sh
[Kate.Friedman@v72a3 feature-verif-tag]$ git checkout -b feature/verif-tag
Switched to a new branch 'feature/verif-tag'
[Kate.Friedman@v72a3 feature-verif-tag]$ git branch
  develop
* feature/verif-tag
[Kate.Friedman@v72a3 feature-verif-tag]$ git push origin feature/verif-tag
Total 0 (delta 0), reused 0 (delta 0)
remote:
remote: Create a pull request for 'feature/verif-tag' on GitHub by visiting:
remote:      https://github.com/NOAA-EMC/global-workflow/pull/new/feature/verif-tag
remote:
To https://github.com/NOAA-EMC/global-workflow
 * [new branch]        feature/verif-tag -> feature/verif-tag
[Kate.Friedman@v72a3 feature-verif-tag]$ git branch
  develop
* feature/verif-tag
[Kate.Friedman@v72a3 feature-verif-tag]$ git log -1
commit 057b2a82fa43f7bc36c3e757ca7d48fb86b9541c (HEAD -> feature/verif-tag, origin/feature/verif-tag, origin/develop, origin/HEAD, develop)
Merge: 0377d20f 622167d5
Author: Kate Friedman <[email protected]>
Date:   Wed Mar 11 12:00:58 2020 -0400

    Merge pull request #29 from NOAA-EMC/feature/manage_externals

    Issue #3 - Introduce manage_externals as replacement for checkout.sh
[Kate.Friedman@v72a3 feature-verif-tag]$ vi Externals.cfg
[Kate.Friedman@v72a3 feature-verif-tag]$ vi sorc/checkout.sh
[Kate.Friedman@v72a3 feature-verif-tag]$ git status
On branch feature/verif-tag
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

        modified:   Externals.cfg
        modified:   sorc/checkout.sh

no changes added to commit (use "git add" and/or "git commit -a")
[Kate.Friedman@v72a3 feature-verif-tag]$ git diff Externals.cfg
diff --git a/Externals.cfg b/Externals.cfg
index c58ec88a..ccb0de6c 100644
--- a/Externals.cfg
+++ b/Externals.cfg
@@ -31,7 +31,7 @@ required = True
 [EMC_verif-global]
 tag = verif_global_v1.5.0
 local_path = sorc/verif-global.fd
-repo_url = ssh://vlab.ncep.noaa.gov:29418/EMC_verif-global
+repo_url = https://github.com/NOAA-EMC/EMC_verif-global.git
 protocol = git
 required = True

[Kate.Friedman@v72a3 feature-verif-tag]$ git diff sorc/checkout.sh
diff --git a/sorc/checkout.sh b/sorc/checkout.sh
index 0fd2d4b7..e075b176 100755
--- a/sorc/checkout.sh
+++ b/sorc/checkout.sh
@@ -64,7 +64,7 @@ fi
 echo EMC_verif-global checkout ...
 if [[ ! -d verif-global.fd ]] ; then
     rm -f ${topdir}/checkout-verif-global.log
-    git clone --recursive gerrit:EMC_verif-global verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
+    git clone --recursive https://github.com/NOAA-EMC/EMC_verif-global.git verif-global.fd >> ${topdir}/checkout-verif-global.log 2>&1
     cd verif-global.fd
     git checkout verif_global_v1.5.0
     cd ${topdir}
[Kate.Friedman@v72a3 feature-verif-tag]$ git add Externals.cfg sorc/checkout.sh
[Kate.Friedman@v72a3 feature-verif-tag]$ git commit -m "Issue #38 - update EMC_verif-global pointer from VLab to GitHub"
[feature/verif-tag 8b51b56f] Issue #38 - update EMC_verif-global pointer from VLab to GitHub
 2 files changed, 2 insertions(+), 2 deletions(-)
[Kate.Friedman@v72a3 feature-verif-tag]$ git push origin feature/verif-tag
Counting objects: 5, done.
Delta compression using up to 56 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 512 bytes | 512.00 KiB/s, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: Resolving deltas: 100% (4/4), completed with 4 local objects.
To https://github.com/NOAA-EMC/global-workflow
   057b2a82..8b51b56f  feature/verif-tag -> feature/verif-tag

from global-workflow.

KateFriedman-NOAA avatar KateFriedman-NOAA commented on June 2, 2024

Pointer update committed. Closing issue.

from global-workflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.