mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
Fix differences with devel.
This commit is contained in:
parent
1c9a58a885
commit
c709b22e5c
32 changed files with 78 additions and 237 deletions
|
@ -5,14 +5,15 @@ set -e
|
|||
set -u
|
||||
|
||||
# get current stuff
|
||||
git clone git@github.com:ansible/ansible.git ansible_unified
|
||||
git clone https://github.com/ansible/ansible.git ansible_unified
|
||||
cd ansible_unified/
|
||||
git submodule init
|
||||
git submodule update
|
||||
git remote add upstream git@github.com:ansible/ansible.git
|
||||
|
||||
# add submodules as remotes
|
||||
git remote add core_modules git@github.com:ansible/ansible-modules-core.git
|
||||
git remote add extras_modules git@github.com:ansible/ansible-modules-extras.git
|
||||
git remote add core_modules https://github.com/ansible/ansible-modules-core.git
|
||||
git remote add extras_modules https://github.com/ansible/ansible-modules-extras.git
|
||||
git fetch --all
|
||||
|
||||
# remove submodules
|
||||
|
@ -52,5 +53,5 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
git rm -rf lib/ansible/modules/${subdir}
|
||||
rm -rf lib/ansible/modules/${subdir}
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue