From 14413542f5b1f2f25d24b4ad2aed72457cf8eb9e Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 13 Aug 2023 00:15:23 -0500 Subject: [PATCH] Move old Fedora paths to attic --- .gitmodules | 4 ++-- {http => attic/http}/fedora/f38 | 0 {http => attic/http}/fedora/rawhide | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename {http => attic/http}/fedora/f38 (100%) rename {http => attic/http}/fedora/rawhide (100%) diff --git a/.gitmodules b/.gitmodules index 94d34c1..f0ece5d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "http/fedora/rawhide"] - path = http/fedora/rawhide + path = attic/http/fedora/rawhide url = https://pagure.io/fedora-kickstarts.git branch = main [submodule "http/centos-upstream"] @@ -11,6 +11,6 @@ url = https://github.com/greg-hellings/centos-stream-kickstarts-mirror.git branch = main [submodule "http/fedora/f38"] - path = http/fedora/f38 + path = attic/http/fedora/f38 url = https://pagure.io/fedora-kickstarts.git branch = f38 diff --git a/http/fedora/f38 b/attic/http/fedora/f38 similarity index 100% rename from http/fedora/f38 rename to attic/http/fedora/f38 diff --git a/http/fedora/rawhide b/attic/http/fedora/rawhide similarity index 100% rename from http/fedora/rawhide rename to attic/http/fedora/rawhide