This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:kubernetes-nightly/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| k8s.io/code-generator: | |
| 961bc077103364eb5bda2c40e2b560d068c9a8c6 HEAD | |
| 961bc077103364eb5bda2c40e2b560d068c9a8c6 refs/heads/master | |
| 6db2ee6aa9ab51230d6e0d970b398274a88e81b0 refs/heads/release-1.8 | |
| 23a3b78d16ec6e206f943cd192bc11fd3e86364b refs/pull/10/head | |
| b5290ba6a57ce6d3ec46496b846bf82c849bcf6c refs/pull/10/merge | |
| 1878a11e2fdf61137f1bc4fa1a6ef14587a973b1 refs/pull/12/head | |
| b7b20ee02123331c9f5707e51684163e027ac0e6 refs/pull/17/head | |
| a39b007227e452f07b5d3ec84357574b06131411 refs/pull/17/merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| git clone [email protected]:kubernetes-nightly/code-generator.git | |
| pushd code-generator | |
| git push [email protected]:kubernetes/code-generator.git 13f841d369cf284f6a14c03e19cc05bb64d1f9d3:refs/heads/master | |
| tags=$(git tag --merged a1029c2cfa7648dd543993efe8a376bfb0ce3520 | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git a1029c2cfa7648dd543993efe8a376bfb0ce3520:refs/heads/release-1.9 ${tags} | |
| tags=$(git tag --merged c24451f269bdb1b0bcdf305c8365cd50acd7ecf8 | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git c24451f269bdb1b0bcdf305c8365cd50acd7ecf8:refs/heads/release-1.8 ${tags} | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:kubernetes-nightly/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:kubernetes-nightly/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:kubernetes-nightly/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:k8s-publishing-bot/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| rm -rf cache.new | |
| if [ ! -d cache ]; then | |
| mkdir cache.new | |
| pushd cache.new | |
| for repo in $(ls -1 ../kubernetes/staging/src/k8s.io); do | |
| git clone [email protected]:kubernetes-nightly/${repo}.git | |
| done | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| git clone [email protected]:kubernetes-nightly/code-generator.git | |
| pushd code-generator | |
| git push [email protected]:kubernetes/code-generator.git fc1982ddabb163d4c9fd88cd1a8f8935ec652507:refs/heads/master | |
| tags=$(git tag --merged fef8bcdbaf36ac6a1a18c9ef7d85200b249fad30 | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git fef8bcdbaf36ac6a1a18c9ef7d85200b249fad30:refs/heads/release-1.9 ${tags} | |
| tags=$(git tag --merged 25fd8c8ddbf75b223882df4479f8b8e615da05ae | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git 25fd8c8ddbf75b223882df4479f8b8e615da05ae:refs/heads/release-1.8 ${tags} | |
| popd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash -ex | |
| git clone [email protected]:kubernetes-nightly/code-generator.git | |
| pushd code-generator | |
| git push [email protected]:kubernetes/code-generator.git fc1982ddabb163d4c9fd88cd1a8f8935ec652507:refs/heads/master | |
| tags=$(git tag --merged fef8bcdbaf36ac6a1a18c9ef7d85200b249fad30 | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git fef8bcdbaf36ac6a1a18c9ef7d85200b249fad30:refs/heads/release-1.9 ${tags} | |
| tags=$(git tag --merged 25fd8c8ddbf75b223882df4479f8b8e615da05ae | sed 's,^,refs/tags/,') | |
| git push [email protected]:kubernetes/code-generator.git 25fd8c8ddbf75b223882df4479f8b8e615da05ae:refs/heads/release-1.8 ${tags} | |
| popd |