Skip to content

Commit

Permalink
Kumquat v0.1.58, pkgsrc / base 2021Q4 Upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Sep 10, 2022
1 parent 23424a0 commit cbd9317
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions customize
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#
# Put customizations to your image in this file.

#KUMQUAT_VERSION="refs/heads/master"
KUMQUAT_VERSION='v0.1.57'
KUMQUAT_VERSION='v0.1.58'

PATH=/opt/local/gnu/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/usr/sbin

Expand All @@ -22,8 +21,9 @@ MUNIN_PLUGINS="
# Exit if any commands fail
set -o errexit

echo "* Use default python 3.8"
pkg_alternatives manual python38
echo "* Use default python 3.9"
pkg_alternatives manual python39
pkg_alternatives manual py39-pip

echo "* Configuring image specific packages."
mkdir -p /opt/kumquat
Expand All @@ -42,8 +42,8 @@ echo "* Install missing dependencies via pip"
gsed -i '/zerorpc.*/d' /opt/kumquat/requirements.txt
gsed -i '/cryptography.*/d' /opt/kumquat/requirements.txt
gsed -i '/mysqlclient.*/d' /opt/kumquat/requirements.txt
pip3.8 install -r /opt/kumquat/requirements.txt
pip3.8 install --no-deps zerorpc==0.6.3
pip install -r /opt/kumquat/requirements.txt
pip install --no-deps zerorpc==0.6.3

echo "* Create extra ssl folder for kumquat"
mkdir -p /opt/local/etc/kumquat/ssl
Expand Down
4 changes: 2 additions & 2 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name="core-kumquat"
organization="SkyLime"
brand="Instance"
version="20.4.1"
version="21.4.0"
description="Standalone web services zone with apache,php,mysql,ftp and management frontend"
homepage="https://github.com/skylime/mi-core-kumquat"
users="root admin"
base="b17e3cc1-5993-4af9-9e5e-70653fa856f6"
base="ae9666e0-ba7b-4d82-904b-07268877e265"
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "core-kumquat",
"version": "20.4.1",
"version": "21.4.0",
"description": "Standalone web services zone with apache,php,mysql,ftp and management frontend",
"organization": "SkyLime",
"brand": "Instance",
"homepage": "https://github.com/skylime/mi-core-kumquat",
"base": "b17e3cc1-5993-4af9-9e5e-70653fa856f6",
"base": "ae9666e0-ba7b-4d82-904b-07268877e265",
"customer_metadata": {
"admin_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
"root_authorized_keys": {"type": "text", "description": "SSH public authorized key(s) for the root user"},
Expand Down

0 comments on commit cbd9317

Please sign in to comment.