From ca245aa06058bac16e74506ff44ae6a84b027f37 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 5 Dec 2025 03:48:24 +0900 Subject: feat(albatross): archive the site --- .gitmodules | 6 +++--- Makefile | 6 +++--- services/albatross-php-2024 | 1 + vhosts/t/albatross | 1 - 4 files changed, 7 insertions(+), 7 deletions(-) create mode 160000 services/albatross-php-2024 delete mode 160000 vhosts/t/albatross diff --git a/.gitmodules b/.gitmodules index 1ec64a7..4abfccb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "vhosts/t/albatross"] - path = vhosts/t/albatross - url = git@github.com:nsfisis/phperkaigi-2024-albatross.git +[submodule "services/albatross-php-2024"] + path = services/albatross-php-2024 + url = https://github.com/nsfisis/phperkaigi-2024-albatross-archive.git [submodule "vhosts/t/albatross-swift"] path = vhosts/t/albatross-swift url = git@github.com:nsfisis/iosdc-japan-2024-albatross.git diff --git a/Makefile b/Makefile index 71103e7..5cbd6bd 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ provision: .PHONY: build build: - cd vhosts/t/albatross; make -f Makefile.prod build + cd services/albatross-php-2024; make -f Makefile.prod build cd vhosts/t/albatross-swift; make -f Makefile.prod build cd vhosts/t/albatross-php-2025; make -f Makefile.prod build cd vhosts/t/albatross-swift-2025; make -f Makefile.prod build @@ -19,7 +19,7 @@ build: .PHONY: serve serve: sudo systemctl start mioproxy - cd vhosts/t/albatross; make -f Makefile.prod serve + cd services/albatross-php-2024; make -f Makefile.prod serve cd vhosts/t/albatross-swift; make -f Makefile.prod serve cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve cd vhosts/t/albatross-swift-2025; make -f Makefile.prod serve @@ -31,5 +31,5 @@ clean: cd vhosts/t/albatross-swift-2025; make -f Makefile.prod clean cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean cd vhosts/t/albatross-swift; make -f Makefile.prod clean - cd vhosts/t/albatross; make -f Makefile.prod clean + cd services/albatross-php-2024; make -f Makefile.prod clean sudo systemctl stop mioproxy diff --git a/services/albatross-php-2024 b/services/albatross-php-2024 new file mode 160000 index 0000000..fbd4f21 --- /dev/null +++ b/services/albatross-php-2024 @@ -0,0 +1 @@ +Subproject commit fbd4f2129ce8fe106391302896dd86e05b2f331b diff --git a/vhosts/t/albatross b/vhosts/t/albatross deleted file mode 160000 index 94647f4..0000000 --- a/vhosts/t/albatross +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 94647f411620b2deb7193ebebbf7b6b7bab5ffb6 -- cgit v1.2.3-70-g09d2