Fetch latest changes before running catalogue generate #367

Closed
opened 2022-12-15 16:34:34 +00:00 by decentral1se · 0 comments
Owner

Similarly to #364 we also need to update the catalogue before running catalogue generate or else we get:

INFO[0043] generated new recipe catalogue in /home/decentral1se/.abra/catalogue/recipes.json
FATA[0044] non-fast-forward update: refs/heads/main  

Which isn't a helpful error message 🙃

Work-around is to git reset HEAD~; git checkout .; git pull & run the generate again. All in the catalogue repository under ~/.abra.

Similarly to https://git.coopcloud.tech/coop-cloud/organising/issues/364 we also need to update the catalogue before running `catalogue generate` or else we get: ``` INFO[0043] generated new recipe catalogue in /home/decentral1se/.abra/catalogue/recipes.json FATA[0044] non-fast-forward update: refs/heads/main ``` Which isn't a helpful error message 🙃 Work-around is to `git reset HEAD~; git checkout .; git pull` & run the generate again. All in the catalogue repository under `~/.abra`.
decentral1se added the
bug
abra
labels 2022-12-15 16:34:35 +00:00
decentral1se added this to the (deleted) project 2022-12-15 16:34:38 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#367
No description provided.