Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
added support for Linux Mint 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed Jan 9, 2021
1 parent fcabec6 commit 049d8e2
Show file tree
Hide file tree
Showing 10 changed files with 135 additions and 135 deletions.
139 changes: 66 additions & 73 deletions after-effects

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions after-effects.asc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEE8FV2m9/w2tr5gevHB8IBTKWxN9gFAl/z87wACgkQB8IBTKWx
N9gBew//bURB3XHl/AVDWxUM8OhaSQ/rnl3jKJYfq6Bbt3gakfa14MMfh14TkXPW
I7A/FFI1YGgYLoA4ws2GTAxP0LIVWjuf9vgXaik17lqmXg7Lf5KHw6B5Nj7hfaEc
jueBkqbakAVMoPNbeqaffowpzubSGo41D3ipifvbp3xnhumvs9aQQUR3p5NvepKR
4K2MOyvawq7LBehijWsvYU/t9NPIVA20pVjQtgm6HfPG3zAXPejthtKVVm9Vm2LW
XsOj3m1TcNWcMRBcsAsjVKNwQiKzY71wxZN/bb4PWDGf5pZCoi2GmYwH16rbiD8t
4xLMSks5OjUn7ifsZRY5JjDrMLS1xNYoX7F3f2ZAAdQFMbNYjHfkdseMlSSEUGZk
JewOYRVuRt/QA3YKF2huqCKgHjcA3LAohwHfJzC4SYvKW96qQBTqVCDK9wwfRNTS
wZ+KInZWfydtOpULW7gNeTRWlIK7tzztk2y7B/RtcGcoEx74gZGZTgP4kAyNGbsp
t2EtLK2ifAYZ7lf7dSONRmNRwyBmTC45H0NoRZfLnVQS2f3y2ypRaM4CaVTDkbCO
cmKw6BA6Wg91cn8njo3Rc+WbKudwzCwnHS+LDA3+hJWlcQ+wRbTGy1FDK2Xr5dTl
brrsa09RGQfyYSlHglnNV/gXbH+YpDF1HfiofeCYoQhvrMqP/Uw=
=Sip8
iQIzBAABCgAdFiEE8FV2m9/w2tr5gevHB8IBTKWxN9gFAl/6QK8ACgkQB8IBTKWx
N9iQ7Q//RJlRv4wMrcTgzrSRrmxzYeugFHl9lMPb0gt1sYVA6GPuiy/6P5iflrvG
bMREPmuC5dk7vDXvDIGVrj2cFFyoyvDo7Hug20sxlOt3Y0AknPtVOMKi51FGsF2j
r3qCJ1Hzd5WHt/G7rIsCwK7VkJklllPWUkdvSoJqngnagI4msV3thISi6DbyYZlL
ekqE4Iu1J5XSTqp2BUy76kIAbZrkOe7FVpGcicRJDt3N7Df5gTiRFRJ5FSl+bB+2
2ZSaFPReVhKUEzs4UUBXGT+o6QddUUS6TCfACaU71fu8rXwXUIkNHerDycYwnrSD
7z5gURemEkJl5YdMseXrO7RjCGWBDglx2K+Q1MnJie7ngbRE6Mm3+yB9ERZ6HGg8
ojGJmzltY2xviBaelhaxrSoYIi7R7sMa0K00lCh3AxAtpwd7B1+WZ2wH1/AStm6X
HV+m7QjamDVq60zdnHl8yJzbE4NbpaT++PrtzTAs0l1CaI4VcArDjTzv+UAKFJsd
64imgX4GQpUyKf2M09mg1HnnTr8A0xq5YfT6eCCTinGl0YVWghR52X0S2g2G26pN
lsbUE1VrLW9soXtN2IyrXYUYjDTt1vAYlofuzmD3wix2W72pVXyftA0U0qRDENGC
lzypDPrG0uuvX45WDou9x8yXfPcl4rRZ2x2mclCVt8me+/G7s8o=
=gE7a
-----END PGP SIGNATURE-----
9 changes: 5 additions & 4 deletions build/docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ set -e pipefail

# Build Static
echo "Building Docs"
# mkdocs build -v -s
#docker run -v "$(pwd)"/docs:/docs/docs -v "$(pwd)"/mkdocs.yml:/docs/mkdocs.yml -v "$(pwd)"/.git:/docs/.git:ro tprasadtp/mkdocs-material build -v -s --config-file /docs/mkdocs.yml

docker run --userns=host --workdir=/docs -v "$(pwd)":/docs tprasadtp/mkdocs-material build -v -s --config-file /docs/mkdocs.yml
docker run \
--userns=host \
--workdir=/docs \
-v "$(pwd)":/docs squidfunk/mkdocs-material:6.2.4 \
build -v -s --config-file /docs/mkdocs.yml

sudo chown -R "$USER" _site/

Expand Down
8 changes: 4 additions & 4 deletions build/netlify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ EOF

function install_dependencies()
{
curl -sSfLO https://raw.githubusercontent.com/tprasadtp/mkdocs-material-docker/master/requirements.in
pip3 install --upgrade pip
pip3 install pip-tools
pip-compile
pip3 install -r requirements.txt
pip3 install mkdocs-material
pip3 install \
mkdocs-minify-plugin>=0.3 \
mkdocs-redirects>=1.0
mkdocs --version
}

Expand Down
4 changes: 2 additions & 2 deletions config/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
api: 3
# Configuration
version:
number: 620
name: 6.2.0-RC1
number: 630
name: 6.3.0
6 changes: 2 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
version: "2.4"
services:
site:
image: tprasadtp/mkdocs-material:latest
image: squidfunk/mkdocs-material:6.2.4
# it is important to specify dev address as 0.0.0.0 otherwise server
# wont listen on required interfaces.
runtime: ${DOCKER_DEFAULT_RUNTIME:-runc}
runtime: runsc
command: -v serve --dev-addr=0.0.0.0:8000
working_dir: /docs
volumes:
- ./.git:/docs/.git:ro
- ./docs:/docs/docs:ro
- ./mkdocs.yml:/docs/mkdocs.yml:ro
ports:
Expand Down
11 changes: 8 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changelog

## 6.3.0

- Added support for Linux Mint 20.1 (Ulyssa).
- Dropped support for Ubuntu 16.04, Elementary OS Linux Mint 18 and Debian 8(stretch).

## 6.2.0

- **New-Repository** Hashicorp Repository (Terraform, Vault Consul etc)
- Fix `-d` and `-k` flags not working properly. [#45](https://github.com/tprasadtp/ubuntu-post-install/issues/45)
- Enable Hirsute Hippo
- **New-Repository** Hashicorp Repository (Terraform, Vault Consul etc).
- Fix `-d` and `-k` flags not working properly. [#45](https://github.com/tprasadtp/ubuntu-post-install/issues/45).
- Enable Hirsute Hippo.

## 6.1

Expand Down
48 changes: 21 additions & 27 deletions docs/faq/distros.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,33 +27,27 @@ It should work fine. But no promises.

A Complete list of supported distributions is given below.

| Distribution | Code name/Version | Supported | Notes |
| :---------------- | :-------------------- | -------------- | :---------------------------- |
| Ubuntu 20.04 | Focal Fossa# | Yes |
| Ubuntu 20.10 | Groovy Gorilla* | Yes |
| Ubuntu 18.04 | Bionic Beaver | Yes |
| Ubuntu 16.04 | Xenial Xerus | Yes |
| Linux Mint 20 | Ulyana# | Yes |
| Linux Mint 19,19.X| | Yes |
| Linux Mint 18.X | | Yes |
| Debian 10 | Buster | Yes |
| Debian 9 | Stretch | Yes |
| MX Linux | 19 (Buster) | Yes | Not tested
| Elementary-OS 5.1 | Hera# | Yes | Tested |
| Elementary-OS 5.0 | Juno | Yes | Not tested |
| Elementary-OS 0.4 | Loki | Yes | Not tested |
| PoP! OS | __Same as Ubuntu__ | Yes | Not tested |
| Linux-Lite | 3.X | Yes | (Based on Ubuntu 16.04) |
| Bodhi Linux | 4 | Yes | (Based on Ubuntu 16.04) |
| Bodhi Linux | 5 | Yes | (Based on Ubuntu 18.04) |
| KDE Neon | Based on Ubuntu LTS | Might be buggy | Not Tested |
| Peppermint 9,10 | Based on Ubuntu 18.04 | Yes | Not Tested |
| Peppermint 8 | Based on Ubuntu 16.04 | Yes | Not tested |

??? info "LEgends"

- `#` - Current stable LTS release
- `*` - Current stable non LTS release
| Distribution | Code name/Version | Supported | Notes
| :----------------- | :--------------------- | ----------| :------
| Ubuntu 20.04 | _Focal Fossa_ | Yes |
| Ubuntu 20.10 | **Groovy Gorilla** | Yes |
| Ubuntu 18.04 | Bionic Beaver | Yes |
| Linux Mint 20,20.x | Ulyana, **Ulyssa** | Yes |
| Linux Mint 19,19.X | | Yes |
| Debian 10 | **Buster** | Yes |
| Debian 9 | Stretch | Yes |
| MX Linux | 19 (Buster) | Yes | Not tested
| Elementary-OS 5.1 | **Hera** | Yes | Tested
| Elementary-OS 5.0 | Juno | Yes | Not tested
| PoP! OS | **Same as Ubuntu** | Yes | Not tested
| Bodhi Linux | 5 | Yes | (Based on Ubuntu 18.04)
| KDE Neon | **Same as Ubuntu LTS** | Yes | Not Tested
| Peppermint 9,10 | Based on Ubuntu | Yes | Not Tested

??? info "Legend"

- _Italics_ : Latest stable LTS release(if any)
- **Bold** : Latest stable release

??? info "Pre-Release and development builds"

Expand Down
13 changes: 8 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ remote_branch: master
remote_name: origin

# Copyright
copyright: 'Copyright © 2017-2020 Prasad Tengse'
copyright: 'Copyright © 2017-2021 Prasad Tengse'

# Configuration
theme:
name: material
features:
- navigation.instant
- toc.integrate
icon:
logo: material/book
repo: fontawesome/brands/github-alt
features:
- tabs

# Language settings
language: en
# Color Settings
Expand Down Expand Up @@ -111,7 +113,8 @@ google_analytics:

plugins:
- search:
prebuild_index: true
- minify:
minify_html: true
- git-revision-date-localized:
type: timeago
# - git-revision-date-localized:
# type: timeago
6 changes: 6 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block announce %}
<a href="https://ae.prasadt.com/changelog/">
Version <strong>6.3.0</strong> is dropping support for Ubuntu 16.04 and Mint 19.X
</a>
{% endblock %}

0 comments on commit 049d8e2

Please sign in to comment.