You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the guide to install this, but with a twist as I checkout the latest tag in order to not run from the main branch. Is this unsupported and shouldn't be done, or wasn't considered?
I do my best to run known releases of things, but let me know if this shouldn't be done here.
OS: Ubuntu 22.04.4 LTS
Steps to reproduce:
1/ install AIL
2/
$ pwd# ensure you're in the AIL directory
$ sudo apt install pipx
$ pipx install poetry # recommended way to install poetry, by poetry: https://python-poetry.org/docs/
$ pipx ensurepath
$ git clone https://github.com/ail-project/lacus.git
$ cd lacus
$ git checkout v1.10.0 # latest release at time of writing this
$ poetry install
$ poetry shell
$ playwright install-deps
$ echo LACUS_HOME="`pwd`">> .env
$ poetry run update --init
No logging config file available.
Falling back on sample config, please initialize the logging config file.
* Update repository.
You are not currently on a branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.
git pull <remote><branch>
The text was updated successfully, but these errors were encountered:
ajoga
changed the title
Installation guide is only meant to be run on master?
Installation guide is only meant to be run from main branch?
Jul 19, 2024
It's just not been considered. I'm in the middle of something else right now, so I won´t be able to implement a way to optionally track the tag instead of the main branch only today, but that would be a good addition.
Hello,
I'm following the guide to install this, but with a twist as I checkout the latest tag in order to not run from the main branch. Is this unsupported and shouldn't be done, or wasn't considered?
I do my best to run known releases of things, but let me know if this shouldn't be done here.
OS: Ubuntu 22.04.4 LTS
Steps to reproduce:
1/ install AIL
2/
I think it comes from
lacus/bin/update.py
Line 72 in 2482a07
Thank you
The text was updated successfully, but these errors were encountered: