From 761a7148381e8bcb7626f004508f10bf755854eb Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 18 Aug 2017 11:22:25 -0400 Subject: [PATCH] Remove submodules removed by I57f71982890f84ba4adc The patch I57f71982890f84ba4adc00077963961836ed6799 removed some submodule configuration but did not actually remove the submodule. This breaks projects like docs which pulls in packaging and tries to recursively download submodules but the reference is now missing. Change-Id: Ibfc1f7b314966ed67743596f7157f5c8ff213f8e Signed-off-by: Thanh Ha --- ansible/ansible-opendaylight | 1 - puppet/puppet-opendaylight | 1 - 2 files changed, 2 deletions(-) delete mode 160000 ansible/ansible-opendaylight delete mode 160000 puppet/puppet-opendaylight diff --git a/ansible/ansible-opendaylight b/ansible/ansible-opendaylight deleted file mode 160000 index d7ebaa1..0000000 --- a/ansible/ansible-opendaylight +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d7ebaa1562035b8500d29798b4112f859a14d5bd diff --git a/puppet/puppet-opendaylight b/puppet/puppet-opendaylight deleted file mode 160000 index d090f21..0000000 --- a/puppet/puppet-opendaylight +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d090f21da61fec48470a32c35036eab78139b101 -- 2.36.6