From 17f54871a2eb7ea8cd83d4a32b73cd3eeca2197b Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 18 Mar 2020 01:06:34 +0100 Subject: [PATCH] remove bad submodule --- .gitmodules | 3 --- {iptubes => iptubes-old}/.gitignore | 0 {iptubes => iptubes-old}/install.sh | 0 {iptubes => iptubes-old}/ygg-crawler/crawl.js | 0 {iptubes => iptubes-old}/ygg-crawler/package-lock.json | 0 5 files changed, 3 deletions(-) delete mode 100644 .gitmodules rename {iptubes => iptubes-old}/.gitignore (100%) rename {iptubes => iptubes-old}/install.sh (100%) rename {iptubes => iptubes-old}/ygg-crawler/crawl.js (100%) rename {iptubes => iptubes-old}/ygg-crawler/package-lock.json (100%) diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 55cfc02..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "astroport-iptubes"] - path = iptubes - url = https://git.p2p.legal/axiom-team/astroport-iptubes diff --git a/iptubes/.gitignore b/iptubes-old/.gitignore similarity index 100% rename from iptubes/.gitignore rename to iptubes-old/.gitignore diff --git a/iptubes/install.sh b/iptubes-old/install.sh similarity index 100% rename from iptubes/install.sh rename to iptubes-old/install.sh diff --git a/iptubes/ygg-crawler/crawl.js b/iptubes-old/ygg-crawler/crawl.js similarity index 100% rename from iptubes/ygg-crawler/crawl.js rename to iptubes-old/ygg-crawler/crawl.js diff --git a/iptubes/ygg-crawler/package-lock.json b/iptubes-old/ygg-crawler/package-lock.json similarity index 100% rename from iptubes/ygg-crawler/package-lock.json rename to iptubes-old/ygg-crawler/package-lock.json