diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit c428818ba580e29a05c57f355efe10c5a8347cd8
parent dc1a6708a1f6633ead4eb12dfaf7cff2a5d13165
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sun, 28 Feb 2021 23:33:44 +0100

describe fix for #69

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -52,6 +52,16 @@ This is a text based diary, inspired by [khal](https://github.com/pimutils/khal) Pre-built packages can be installed from the [Open Build Service (OBS)](https://software.opensuse.org//download.html?project=home%3Ain0rdr&package=diary) +### Arch Linux OBS Repository Bug + +The Arch Linux repository on the OBS is broken, see [#69](https://github.com/in0rdr/diary/issues/69) and [#9953](https://github.com/openSUSE/open-build-service/issues/9953). + +To use the repository on Arch Linux, use `downloadcontent.opensuse.org` instead of the [suggested](https://software.opensuse.org/download.html?project=home%3Ain0rdr&package=diary) name `download.opensuse.org` in the `/etc/pacman.conf`: +``` +[home_in0rdr_Arch] +Server = https://downloadcontent.opensuse.org/repositories/home:/in0rdr/Arch/$arch +``` + ## Build [![Build Status](https://travis-ci.org/in0rdr/diary.svg?branch=master)](https://travis-ci.org/in0rdr/diary)