Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to CircleCI 2.0. Fixes #76 #86

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
73bcaae
Draft latest-stable-release March 2018
Ryuno-Ki Mar 7, 2018
98c07d0
Broken links (#74)
Ryuno-Ki Mar 7, 2018
e82706d
Collecting items for press release.
Ryuno-Ki Mar 9, 2018
9ddd707
Harmonise title.
Ryuno-Ki Mar 9, 2018
2603b2a
Incorporate feedback from Enlik and darksurf.
Ryuno-Ki Mar 10, 2018
2c41679
Add known issues
Ryuno-Ki Mar 27, 2018
6b57dd7
update to 18.04 with some changes
Enlik Apr 8, 2018
19f868a
updates to 18.04
Enlik Apr 8, 2018
3434091
Added links to stable ISOs (including Xfce)
Ryuno-Ki Apr 9, 2018
5c095dd
Restructured second half of the article
Ryuno-Ki Apr 9, 2018
2182afb
Adjusted release date to today.
Ryuno-Ki Apr 9, 2018
4db9a21
improved "plans" section
Enlik Apr 11, 2018
1803e39
Release 18.04
mudler Apr 12, 2018
927176c
Merge branch 'stable-release-notes'
mudler Apr 12, 2018
61fef05
Fix links on release note and update date
mudler Apr 12, 2018
fdf4518
Update release announcement with Kernel release schedule and new Saba…
mudler Apr 12, 2018
1c3635f
Prepare for 18.05
mudler Apr 14, 2018
19e522d
fix typo in nick
Enlik Apr 16, 2018
b8c47ac
Add Ctrl-C mirror (#60)
ananace May 13, 2018
541d60a
Breaking Change: Rewrite markup (#78)
Ryuno-Ki Jun 12, 2018
32e77ff
Incorporate feedback from forums. (#80)
Ryuno-Ki Jun 17, 2018
10df79b
Remove dead FTP mirrors. (#81)
Ryuno-Ki Jun 19, 2018
b26b77d
Fix typo. (#82)
Ryuno-Ki Jun 19, 2018
c2d9c1c
Add Patreon and Liberapay donate buttons. (#83)
Ryuno-Ki Jun 20, 2018
018dc56
Remove goal badge of Liberapay (#84)
Ryuno-Ki Jun 22, 2018
07a2b9b
Upgrade to CircleCI 2.0
Ryuno-Ki Jun 24, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
version: 2

jobs:
build:
environment:
HUGO_VERSION: 0.31.1
HUGO_THEME: https://github.com/Sabayon/sabayon-website-next-theme

docker:
# Since there are no official Hugo docker builds, pick one from the
# community.
# See https://discourse.gohugo.io/t/docker-official-repo-for-hugo/144/6
- image: jojomi/hugo:0.31.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are not using hugo from the image, i guess it's fine to use ours in this case


working_directory: ~/Sabayon/sabayon-website-next
parallelism: 1 # For now sequential

steps:
# Machine setup
- checkout

# Ensure that directory for deployment exists
- run:
name: Create output file
command: mkdir -p public

# Dependencies
- run:
name: Install dependencies
command: make dependencies

# Test and Build
- run:
name: Create build artifact
command: make build

# Note: Could be that we don't need this step
# See https://github.com/CircleCI-Public/circleci-demo-workflows/blob/sequential-branch-filter/.circleci/config.yml
# Persist for deployment
- persist_to_workspace:
# Must be an absolute path or relative to current working directory
root: public

# Must be relative to root directory from above
paths:

deployment:
machine:
enabled: true

environment:
HUGO_VERSION: 0.31.1
HUGO_THEME: https://github.com/Sabayon/sabayon-website-next-theme

docker:
# Since there are no official Hugo docker builds, pick one from the
# community.
# See https://discourse.gohugo.io/t/docker-official-repo-for-hugo/144/6
- image: jojomi/hugo:0.31.1

working_directory: ~/Sabayon/sabayon-website-next
parallelism: 1 # For now sequential

steps:
# Read files from build job
- attach_workspace:
# Must be an absolute path or relative to current working directory
# Must match root path from build job
at: public

# Deployment
- run:
name: Push build artifact
command: make publish

workflows:
version: 2
build_and_deploy:
jobs:
- build
- deploy:
requires:
- build
filters:
branches:
only: master
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ $RECYCLE.BIN/
# vim
*.swp
*.*~
.*~
6 changes: 3 additions & 3 deletions bump_release_version_url.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash

OLD_RELEASE="16\.11"
NEW_RELEASE="17\.03"
OLD_RELEASE="17\.03"
NEW_RELEASE="18\.05"

for i in content/cloud.md content/desktop.md content/server.md; do
for i in content/download/flavours/cloud/*.md content/download/flavours/desktop/*.md content/download/flavours/server/*.md; do
sed -i "s/$OLD_RELEASE/$NEW_RELEASE/g" $i || die "$i: could not replace release here"
done

Expand Down
18 changes: 0 additions & 18 deletions circle.yml

This file was deleted.

1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ languageCode = "en-us"
title = "Sabayon Linux"
canonifyurls = true

sectionPagesMenu = "main"
12 changes: 12 additions & 0 deletions content/_aside/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
---

#### Our Community

You don't have to be able to code to help the
[Sabayon Community](https://forum.sabayon.org/).
There are many ways to contribute, be it your passion, your skills,
your time or a monetary donation.

Sabayon is user powered, created solely on freely given user contributions,
so why not help out and give back to the community?
17 changes: 17 additions & 0 deletions content/_aside/social-media.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
---

#### Join us on Facebook, Google+

Meet our crazy community on
{{< social-media channel="Facebook" >}}
Alternatively, have fun with the guys and gals on
{{< social-media channel="Google+ community" >}}
or simply +1 us our
{{< social-media channel="Google+ page" >}}.

[There are many different Sabayon variants](/download/).

Each one is designed for a specific purpose and designed to bring out the best in your hardware

We provide Live versions of most of our variants, so you can try out Sabayon without touching your Computer's Hard drive.
3 changes: 0 additions & 3 deletions content/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/_landingpage/_features/arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ icon: fa-terminal

### ARM

Support for Raspberry Pi 2/3, Odroid X2, U2/3 C2 and BananaPi
Support for Raspberry Pi2/3, Odroid X2, U2/3 C2 and BananaPi
1 change: 1 addition & 0 deletions content/_landingpage/_features/extreme-release-cycle.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
icon: fa-calendar
---

### Extreme release cycle

Daily and Monthly images available
1 change: 1 addition & 0 deletions content/_landingpage/_features/fast.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
icon: fa-bolt
---

### Fast

Fast and optimized for your hardware!
Expand Down
1 change: 1 addition & 0 deletions content/_landingpage/_features/multiple-repositories.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
icon: fa-cog
---

### Multiple Repositories

From testing to Community Repositories
1 change: 1 addition & 0 deletions content/_landingpage/_features/out-of-the-box.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
icon: fa-rocket
---

### Out-of-the-box!

Just start it,
Expand Down
1 change: 1 addition & 0 deletions content/_landingpage/_features/rolling-release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
icon: fa-refresh
---

### Rolling Release

Install just once, you can upgrade everytime
Expand Down
3 changes: 2 additions & 1 deletion content/_landingpage/_flavours/cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ icon: fa-cloud
label: Cloud
target: /cloud
---
## [Cloud](/cloud)

### [Cloud](/cloud)

Virtual Machines to Containers
3 changes: 2 additions & 1 deletion content/_landingpage/_flavours/desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ icon: fa-desktop
label: Desktop
target: /desktop
---
## [Desktop](/desktop)

### [Desktop](/desktop)

Production to Multimedia to Gaming
3 changes: 2 additions & 1 deletion content/_landingpage/_flavours/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ icon: fa-server
label: Server
target: /server
---
## [Server](/server)

### [Server](/server)

Minimalism to build to your Needs
3 changes: 2 additions & 1 deletion content/_landingpage/_flavours/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ icon: fa-flask
label: Flask
target: http://dl.sabayon.org/iso/daily/daily.html
---
## [Testing](http://dl.sabayon.org/iso/daily/daily.html)

### [Testing](http://dl.sabayon.org/iso/daily/daily.html)

Help find them bugs
<a class="btn btn-xs btn-danger" href="https://bugs.sabayon.org/">
Expand Down
1 change: 1 addition & 0 deletions content/_landingpage/_sponsors/nlnet-foundation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
---

![Logo of NLNet Foundation](/img/sponsor/nlnet.png)

**NLNet Foundation**
1 change: 1 addition & 0 deletions content/_landingpage/_sponsors/top-ix.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
---

![Logo of Top-ix.org](/img/sponsor/topix.png)

**Top-ix.org Development Program**
1 change: 1 addition & 0 deletions content/_landingpage/_sponsors/trustica.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
---

[![Logo of Trustica.cz](/img/sponsor/trustica.svg)](http://www.trustica.cz/en/)
1 change: 1 addition & 0 deletions content/_landingpage/_sponsors/university-of-brescia.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
---

![Logo of University of Brescia](/img/sponsor/unibs.png)

**University of Brescia**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
---

![Logo of University of Milano-Bicocca](/img/sponsor/bicocca.png)

**University of Milano-Bicocca**
Expand Down
1 change: 1 addition & 0 deletions content/_landingpage/_sponsors/university-of-trento.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
---

![Logo of University of Trento](/img/sponsor/unitn.png)

**University of Trento**
Expand Down
14 changes: 14 additions & 0 deletions content/_landingpage/community.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
+++
+++

## Community Collaboration

### Sabayon is developed with heart from people all around the world that work together

Be part of our family, be part of our [community](https://forum.sabayon.org).

If you want to contribute
[out code is hosted on GitHub](https://github.com/Sabayon/).
If you want to support us,
but you don't have time or any coding/computer skills, you can
[donate](/press/donate/).
15 changes: 15 additions & 0 deletions content/_landingpage/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
+++

## Read the documentation

### Check the [Release Notes](/latest) for the version you are downloading

For more information about
[Sabayon](https://wiki.sabayon.org/index.php?title=En:Sabayon_Linux),
such as usage and system requirements,
[read the documentation](https://wiki.sabayon.org/index.php?title=En:FAQ#System_Requirements).

If you feel lost after install, take a minute to read the
["Fresh install, what now?"](https://wiki.sabayon.org/index.php?title=En:Entropy#Fresh_Install_-_What_to_do.3F)
guide to familiarize with our package manager.
4 changes: 4 additions & 0 deletions content/_landingpage/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
+++

## Why you should go for us
4 changes: 4 additions & 0 deletions content/_landingpage/flavours.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
+++

## Our flavours
13 changes: 13 additions & 0 deletions content/_landingpage/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
+++
classes = "artwork hero-image"
+++

# Sabayon Linux

[Download Sabayon](/download/flavours/desktop/)
[Latest press release](/latest/)

![Sabayon wallpaper](img/laptop.png)

Sabayon is a beginner-friendly Gentoo-based open-source Linux distribution.
Get recent open source technologies, that just works<sup>TM</sup>.
6 changes: 6 additions & 0 deletions content/_landingpage/sponsors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
+++

## You are free to use, modify and redistribute it! Spread the word!

### Our sponsors
4 changes: 0 additions & 4 deletions content/article.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/blog.md

This file was deleted.

11 changes: 0 additions & 11 deletions content/chat.md

This file was deleted.

Loading