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

Commit

Permalink
disable SPA
Browse files Browse the repository at this point in the history
  • Loading branch information
tprasadtp committed May 31, 2020
1 parent 778f194 commit a0ae063
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
- Drop 32 bit support for x86 architecture
- Add support focal, and Mint 20
- Fix Google Cloud SDK on focal
- Way to handle Python2 unsupported on focal and other upcoming distros.
- Changes to some flags. Please see flags documentation. Some flags are now dropped or reassigned
- Migrate to GitHub Actions.

- Way to handle Python2 being unsupported on focal and other upcoming distros.
- Changes to some flags. Some flags are now dropped or reassigned.
- Migrate to GitHub Actions :octicons-octoface:
- Dark Mode

## 5.5.2

Expand Down
7 changes: 3 additions & 4 deletions docs/faq/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ You can chose from multiple debug modes. by setting DEBUG variable to one of the

- `DEBUG=1` Print debug messages
- `DEBUG=internal` display some internal debug messages
- `DEBUG=trace` Print debug, internal and also apt logs.
This can generate a lot of output.
- `DEBUG=trace` Print debug, internal and also apt logs. Please note that This can generate a lot of output.

## Local testing

You can use `./tests/test-distro.sh` to test the scripts locally. It uses docker to build and test the script in simulate mode inside
You can use `./tests/distro-local.sh` to test the scripts locally. It uses docker to build and test the script in simulate mode inside
containers. This script requires two arguments __distro name__ and __release name__. They are used as parameters to build the Docker image from dockerfile in `dockerfiles/tests`.eg.to test the script on Ubuntu 18.04 bionic, run it as
`./tests/test-distro.sh ubuntu bionic`. It will fetch and build the docker image and run the script in simulate mode using the config files at `https://{branch-name}--ubuntu-post-install.netlify.net/config/default.yml`
`./tests/distro-local.sh ubuntu bionic`.

Alternatively you can build the docker image yourself.

Expand Down
6 changes: 4 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ theme:
repo: fontawesome/brands/github-alt
features:
- tabs
- instant
# Language settings
language: en
# Color Settings
Expand Down Expand Up @@ -64,14 +63,17 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.magiclink:
repo_url_shorthand: true
Expand Down
1 change: 0 additions & 1 deletion tests/distro.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ function main()

docker_tag="${distro//[\/]/-}-${release}"


echo "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"

echo "Building $distro:$release Docker Image"
Expand Down

0 comments on commit a0ae063

Please sign in to comment.