Skip to content

Commit

Permalink
Add post about MPR/Prebuilt-MPR outage
Browse files Browse the repository at this point in the history
  • Loading branch information
hwittenborn committed Dec 14, 2023
1 parent 2872299 commit cd3b130
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,18 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
- name: Setup makedeb APT repositories
uses: makedeb/setup-makedeb@main
#- name: Setup makedeb APT repositories
# uses: makedeb/setup-makedeb@main
# with:
# makedeb-repo: false
# pbmpr-repo: true
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
makedeb-repo: false
pbmpr-repo: true
- name: Install Hugo
run: sudo apt-get install hugo -y
hugo-version: '0.119.0'
extended: true
#- name: Install Hugo
# run: sudo apt-get update && sudo apt-get install hugo -y
- name: Build site
run: hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload site artifact
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: "Outage on the MPR, Prebuilt-MPR, and makedeb APT repositories"
date: 2023-12-14T15:00:29-05:00
authors: ["Hunter Wittenborn"]
keywords: []
---

Due to some internal issues, some of makedeb's infrastructure in inaccessible until around January 6. The services affeted by this outage include the:

- MPR
- Prebuilt-MPR
- Matrix Support Rooms

Sorry for anyone who may be affected by this incident. This issue is actively being worked on, and future updates will be posted in the [News](/news) page.
12 changes: 11 additions & 1 deletion themes/makedeb/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,14 @@
{{ end }}
</div>
</header>
<hr class="header-hr">
<hr class="header-hr">
<style>
.warning-text {
text-align: center;
font-weight: 500;
background-color: #fefce0;
color: #7eadf7;
}
</style>
<a href="/news/outage-on-the-mpr-prebuilt-mpr-and-makedeb-apt-repositories"><p class="warning-text">NOTICE: The MPR, Prebuilt-MPR, and makedeb APT repositories are down until early January</p></a>

0 comments on commit cd3b130

Please sign in to comment.