This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/logging-parent.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new fd1b00e Brute-force website fix
fd1b00e is described below
commit fd1b00e95da3318fc2ee88c3acffe720f2e1b5e9
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 13:17:55 2023 +0200
Brute-force website fix
---
.asf.yaml | 21 ---------------------
{output/10.1.0 => 10.x}/index.html | 0
output/index.html => index.html | 0
output/latest => latest | 0
output/10.x | 1 -
5 files changed, 22 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index cecb219..fd6a2fd 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,27 +17,6 @@
# `.asf.yaml` documentation:
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
-github:
-
- description: Parent project internally used in Maven-based projects of the
Apache Logging Services
- homepage: https://logging.apache.org/logging-parent/latest
- labels:
- - apache
- - java
- - log4j
- - log4j2
- - logging
-
- features:
- issues: true
-
- # Prevent force pushes to primary branches
- protected_branches:
- main:
- required_signatures: true
- asf-staging:
- required_signatures: true
-
staging:
profile: ~
whoami: asf-staging
diff --git a/output/10.1.0/index.html b/10.x/index.html
similarity index 100%
rename from output/10.1.0/index.html
rename to 10.x/index.html
diff --git a/output/index.html b/index.html
similarity index 100%
rename from output/index.html
rename to index.html
diff --git a/output/latest b/latest
similarity index 100%
rename from output/latest
rename to latest
diff --git a/output/10.x b/output/10.x
deleted file mode 120000
index 3b9bddf..0000000
--- a/output/10.x
+++ /dev/null
@@ -1 +0,0 @@
-10.1.0
\ No newline at end of file