From 562c0b8526634e81e132166ca4f09b5cefda330f Mon Sep 17 00:00:00 2001 From: Alexander Krupenkin Date: Sun, 30 Dec 2018 19:35:48 +0300 Subject: [PATCH] Bump version --- Makefile | 4 ++-- README.md | 23 +++++++++++++++-------- airapkgs | 2 +- 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index a6ff580..c7ecc62 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: ova_minimal +all: ova_image -ova_minimal: airapkgs/nixos/release.nix +ova_image: airapkgs/nixos/release-aira.nix nix build -f $^ -o $@ $@ diff --git a/README.md b/README.md index 99b3c0f..d56d7cf 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,26 @@ > Autonomous intelligent robot agent (AIRA) project which implements the standard of economic interaction between human-robot and robot-robot. Aira makes it possible to connect a variety of different robots to the market of robot's liabilities which existing in Ethereum. -Airalab [channel](https://hydra.aira.life/project/aira/channel/latest) -============================================================= +Airalab Nix channel +=================== > [Nix channel](https://nixos.org/nix/manual/#sec-channels) of Airalab community is placed on [airapkgs](https://github.com/airalab/airapkgs). Currently supported `nixos-unstable` branch only. -- Binary cache `https://hydra.aira.life` -- Public key `hydra.aira.life-1:StgkxSYBh18tccd4KUVmxHQZEUF7ad8m10Iw4jNt5ak=` +- Binary cache: `https://aira.cachix.org` +- Public key: `aira.cachix.org-1:/5nHPqhVrtvt7KCk04I8cH/jETANk8BtPHWsEtcwU/M=` ### Setup The first, add channel to nix channel registry. ```bash -$ nix-channel --add https://hydra.aira.life/project/aira/channel/latest aira +$ nix-channel --add https://aira.life/channels/aira-stable aira +``` + +OR using [IPFS](https://ipfs.io) + +```bash +$ nix-channel --add http://localhost:8080/ipns/stable.releases.aira.life aira ``` To speed up package install - add airalab nix package cache to `/etc/nixos/configuration.nix`. @@ -38,11 +44,11 @@ To speed up package install - add airalab nix package cache to `/etc/nixos/confi { nix.binaryCaches = [ https://cache.nixos.org - https://hydra.aira.life + https://aira.cachix.org ]; nix.binaryCachePublicKeys = [ - "hydra.aira.life-1:StgkxSYBh18tccd4KUVmxHQZEUF7ad8m10Iw4jNt5ak=" + "aira.cachix.org-1:/5nHPqhVrtvt7KCk04I8cH/jETANk8BtPHWsEtcwU/M=" ]; } ``` @@ -56,7 +62,8 @@ AIRA distribution is builded on stable snapshot of `airapkgs`. | Type | Arch | SHA256 | Link | |------------|--------|--------------------------------------------------------------------|-----------------------------------------------------------------------------------------| -| VirtualBox | x86_64 | `5a57bc164070ac7123d023e3d14d8c728ba812b18a2204e00f350b852bd8d7ef` | [Download](https://github.com/airalab/aira/releases/download/0.16.1/aira-0.16.1-x86_64.ova) +| VirtualBox | x86_64 | `1c5f2e503402fc01635ef1e563f6aae7fa61ba85afba309c0774703ed77f6fd4` | [Download](https://releases.aira.life/channels/aira/unstable/610-aira-unstable/nixos-19.03pre-git-x86_64-linux.ova) | +| SD Image | AArch64 | `2b3ca9fb1b439eaf3005919d3c73cb377653649948b048c9ed37f184607c9c52` | [Download](https://releases.aira.life/channels/aira/unstable/610-aira-unstable/nixos-sd-image-19.03pre-git-aarch64-linux.img) | ### Building from source diff --git a/airapkgs b/airapkgs index 4dee8ae..a492026 160000 --- a/airapkgs +++ b/airapkgs @@ -1 +1 @@ -Subproject commit 4dee8aef9be60c42816fb582f3a149b6e6a8e6ef +Subproject commit a49202672f1dfd1108c41660b974f69435afeb3d