Skip to content
Snippets Groups Projects
Commit e163bbcb authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

adapt to new oblibs tag

parent 26166702
No related branches found
No related tags found
No related merge requests found
Pipeline #18891 passed
......@@ -5,10 +5,10 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- skalibs version 2.14.0.1: http://skarnet.org/software/skalibs/
- skalibs version 2.14.1.0: http://skarnet.org/software/skalibs/
- execline version 2.9.4.0: http://skarnet.org/software/execline/
- s6 version 2.12.0.2: http://skarnet.org/software/s6/
- oblibs version 0.2.0.0: https://framagit.org/Obarun/oblibs/
- s6 version 2.12.0.3: http://skarnet.org/software/s6/
- oblibs version 0.2.1.0: https://framagit.org/Obarun/oblibs/
- lowdown version 0.6.4 or later for man and html pages: https://kristaps.bsd.lv/lowdown/
- linux-api-headers 5.8 or later: https://www.gnu.org/software/libc (only for linux system)
......
......@@ -9,7 +9,7 @@ fi
skalibs_tag="v2.14.1.0"
execline_tag="v2.9.4.0"
s6_tag="v2.12.0.3"
oblibs_tag="0.2.0.2"
oblibs_tag="0.2.1.0"
check_tag(){
......
......@@ -243,7 +243,7 @@ for arg ; do
--sysconfdir=*) sysconfdir=${arg#*=} ;;
--datarootdir=*) datarootdir=${arg#*=} ;;
--mandir=*) mandir=${arg#*=} ;;
--shebangdir=*) shebangisdefault=false ; shebangdir=${arg#*=} ;;
--shebangdir=*) shebangdir=${arg#*=} ;;
--livedir=*) livedir=${arg#*=} ;;
--max-service=*) max_service=${arg#*=} ;;
--max-path-size=*) max_path=${arg#*=} ;;
......
......@@ -12,10 +12,11 @@ author: Eric Vidal <eric@obarun.org>
---
# In 0.7.0.0
- Adaptation to `skalibs` 2.14.0.1
- Adaptation to `skalibs` 2.14.1.0
- Adaptation to `execline` 2.9.4.0
- Adaptation to `s6` 2.12.0.2
- Adaptation to `oblibs` 0.2.0.0
- Adaptation to `s6` 2.12.0.3
- Adaptation to `oblibs` 0.2.1.0
This release marks a significant rewrite of `66`, introducing a new UI and serving as a comprehensive service supervision suite and independent service manager.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment