Skip to content

Commit

Permalink
updated bash-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jun 14, 2023
1 parent 32d5e53 commit 38d7d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-tools
Submodule bash-tools updated 70 files
+13 −1 .bash.d/git.sh
+43 −1 .bash.d/kubernetes.sh
+1 −34 .bash.d/network.sh
+74 −0 .bash.d/vnc.sh
+48 −0 .github/workflows/sonarcloud.yaml
+9 −0 .gitmodules
+0 −1 Jenkinsfile
+25 −9 README.md
+1 −0 ai/lib
+109 −0 ai/openai_api.sh
+1 −1 aws/eksctl_cluster.sh
+2 −0 azure_devops/azure_devops_foreach_repo.sh
+1 −1 bin/retry.sh
+48 −0 bitbucket/bitbucket_disable_pipelines.sh
+48 −0 bitbucket/bitbucket_enable_pipelines.sh
+2 −0 bitbucket/bitbucket_foreach_repo.sh
+65 −0 bitbucket/bitbucket_repo_disable_pipeline.sh
+65 −0 bitbucket/bitbucket_repo_enable_pipeline.sh
+4 −11 bitbucket/bitbucket_repo_set_description.sh
+1 −1 checks/check_all.sh
+2 −2 checks/check_ansible_playbooks.sh
+2 −2 checks/check_cson.sh
+2 −2 checks/check_docker_compose.sh
+2 −2 checks/check_dockerfiles.sh
+9 −1 checks/check_jenkinsfiles.sh
+2 −2 checks/check_json.sh
+2 −2 checks/check_perl_syntax.sh
+25 −19 checks/check_shebang_non_executable.sh
+3 −3 checks/check_xml.sh
+2 −1 configs/.vimrc
+1 −0 github/github_foreach_repo.sh
+1 −1 github/github_ssh_get_user_public_keys2.sh
+1 −1 github/github_sync_repo_descriptions.sh
+2 −0 gitlab/gitlab_foreach_repo.sh
+1 −0 ipaas/lib
+141 −0 ipaas/make_api.sh
+1 −2 jenkins/jenkins_clear_build_history.groovy
+1 −2 jenkins/jenkins_clear_build_history_all_jobs.groovy
+1 −1 jenkins/jenkins_jobs_disabled.groovy
+1 −0 kubernetes-configs
+1 −1 kubernetes/kubernetes_api.sh
+37 −0 lib/bitbucket.sh
+2 −1 media/avi_to_mp4.sh
+2 −1 media/mkv_to_mp4.sh
+1 −0 packer
+2 −0 setup/brew-packages-desktop-casks.txt
+3 −0 setup/brew-packages-desktop.txt
+1 −1 setup/install_homebrew.sh
+1 −0 setup/repos.txt
+1 −1 setup/rpm-packages-desktop.txt
+1 −1 sql
+1 −1 templates
+1 −0 vagrant-configs
+0 −8 vagrant/README.md
+0 −1 vagrant/kubernetes/.gitignore
+0 −22 vagrant/kubernetes/2nodes.sh
+0 −22 vagrant/kubernetes/3nodes.sh
+0 −22 vagrant/kubernetes/4nodes.sh
+0 −22 vagrant/kubernetes/5nodes.sh
+0 −17 vagrant/kubernetes/Makefile
+0 −54 vagrant/kubernetes/README.md
+0 −208 vagrant/kubernetes/Vagrantfile
+0 −3,744 vagrant/kubernetes/calico.yaml
+0 −21 vagrant/kubernetes/kubeadm-config.yaml
+0 −59 vagrant/kubernetes/provision-kube-common.sh
+0 −127 vagrant/kubernetes/provision-kube-master.sh
+0 −78 vagrant/kubernetes/provision-kube-worker.sh
+0 −76 vagrant/provision.sh
+0 −17 vagrant/ubuntu/Makefile
+0 −84 vagrant/ubuntu/Vagrantfile

0 comments on commit 38d7d23

Please sign in to comment.