Skip to content

Commit

Permalink
Bump Devuan from Chimaera to Daedalus [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinfall committed Aug 23, 2023
1 parent ba02c78 commit b2c4b34
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "DevuanWSL Build"

on:
push:
branches: [ chimaera ]
branches: [ daedalus ]
# Trigger only when Makefile is changed
paths: ['Makefile']
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v3
with:
ref: 'chimaera'
ref: 'daedalus'
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository.
- run: mkdir -p release
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LNCR_EXE=Devuan.exe

DLR=curl
DLR_FLAGS=--silent --location
BASE_URL=https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/architecture=amd64,release=chimaera,variant=default/lastSuccessfulBuild/artifact/rootfs.tar.xz
BASE_URL=https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/architecture=amd64,release=daedalus,variant=default/lastSuccessfulBuild/artifact/rootfs.tar.xz
LNCR_ZIP_URL!=curl --silent https://api.github.com/repos/yuk7/wsldl/releases | jq --raw-output ".[0].assets[].browser_download_url" | grep --extended-regexp "icons.zip"
LNCR_ZIP_EXE=Devuan.exe

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# DevuanWSL
Devuan Linux on WSL2 based on [DevuanWSL](https://github.com/VPraharsha03/DevuanWSL), powered by [wsldl](https://github.com/yuk7/wsldl).

This fork is based on Chimaera (current oldstable) in favor of the original Beowulf, and this would soon bump to Daedalus (current stable) once upstream provides [image-devuan](https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/) based on Daedalus.
This fork is based on Daedalus (current stable) in favor of the original Beowulf.

![screenshot](https://github.com/Vinfall/DevuanWSL/blob/chimaera/img/screenshot.webp)

Expand Down Expand Up @@ -85,4 +85,4 @@ sudo make clean
## Todo

- [x] Add CI (GitHub Actions)
- [ ] Write a WebHook to automatically fetch [Atom feed](https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/architecture=amd64,release=chimaera,variant=default/rssAll) of the upstream build & trigger CI (not interested as we have weekly action builds)
- [ ] Write a WebHook to automatically fetch [Atom feed](https://jenkins.linuxcontainers.org/view/Images/job/image-devuan/architecture=amd64,release=chimaera,variant=default/rssAll) of the upstream build & trigger CI (not interested as we have action releases)

0 comments on commit b2c4b34

Please sign in to comment.