From d7a134060e2bab184ae0346ee65cd84f3981ab70 Mon Sep 17 00:00:00 2001
From: Erich Eckner
Date: Fri, 22 Nov 2019 14:03:34 +0100
Subject: git.archlinux32.org/archlinux32/ -> git.archlinux32.org/
---
README.md | 2 +-
download/index.html | 4 ++--
index.php | 2 +-
lib/helper.php | 10 +++++-----
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index e7ace87..173b92f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,3 @@
# website
archlinux32's web frontend
-They are currently hosted on https://git.archlinux32.org/archlinux32/archweb32.
+They are currently hosted on https://git.archlinux32.org/archweb32.
diff --git a/download/index.html b/download/index.html
index 9cbea4e..d951e4f 100644
--- a/download/index.html
+++ b/download/index.html
@@ -48,7 +48,7 @@
If you are an existing Arch user, there is no need to download a new ISO
to update your existing system. You may be looking for
- an updated mirrorlist instead.
+ an updated mirrorlist instead.
Package Archive
@@ -61,7 +61,7 @@
to our community maintained repositories, follow
these steps:
- - Put any mirror from our mirrorlist
+
- Put any mirror from our mirrorlist
into
/etc/pacman.d/mirrorlist
.
- Execute
pacman -Syy archlinux32-keyring-transition
to install our keyring transition package signed by one of the x86_64 archlinux devs.
- Execute
pacman -S archlinux32-keyring
to install our most recent keyring package.
diff --git a/index.php b/index.php
index 370fe5a..cca24ce 100644
--- a/index.php
+++ b/index.php
@@ -280,7 +280,7 @@ foreach($package_updates as $pkg) {
Development
- - Projects in Git
+ - Projects in Git
- Package Groups
- Todo List
- Build Master
diff --git a/lib/helper.php b/lib/helper.php
index 8a25b9b..043fab9 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -91,7 +91,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
$git_available =
preg_match(
"/ 200 OK$/",
- get_headers("https://git.archlinux32.org/archlinux32/packages")[0]
+ get_headers("https://git.archlinux32.org/packages")[0]
);
apcu_store('git_available', $git_available, 120);
};
@@ -111,7 +111,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
switch ($type) {
case "tree":
return
- "https://git.archlinux32.org/archlinux32/" .
+ "https://git.archlinux32.org/" .
$repository .
"/src/" .
$commit .
@@ -120,7 +120,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
$line;
case "log":
return
- "https://git.archlinux32.org/archlinux32/" .
+ "https://git.archlinux32.org/" .
$repository .
"/commits/" .
$commit .
@@ -141,7 +141,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
switch ($type) {
case "tree":
return
- "https://git2.archlinux32.org/archlinux32/" .
+ "https://git2.archlinux32.org/" .
$repository .
"/tree/" .
$path .
@@ -149,7 +149,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
$line;
case "log":
return
- "https://git2.archlinux32.org/archlinux32/" .
+ "https://git2.archlinux32.org/" .
$repository .
"/log/" .
$path .
--
cgit v1.2.3-70-g09d2