Page MenuHomePhabricator

[tbs] Slavina has deployed the webservice cli in toolsbeta
Closed, ResolvedPublic

Event Timeline

dcaro triaged this task as High priority.Mar 7 2023, 3:09 PM
Slst2020 changed the task status from Open to In Progress.Mar 13 2023, 12:38 PM

To generate the debian changelog on macOS, I used lima-vm: https://github.com/lima-vm/lima

$ limactl start
--> choose Debian --> edit ~/.lima/debian/lima.yaml to make the directories you need writable
...
$ limactl shell debian
$ sudo apt update && sudo apt upgrade -y
$ sudo apt install git-buildpackage
$ export NAME="your-name"
$ export EMAIL="your-email"
From the webservices repo:
$ EDITOR=true gbp dch -R --id-length=7

id_length and other config can also be put inside a gpt.conf file inside the debian folder comtaining the changelog, e.g.

[DEFAULT]
ignore-branch = True
id-length = 7
Slst2020 changed the task status from In Progress to Open.May 3 2023, 8:49 AM

@Slst2020 Is this still relevant?

Probably not, closing for now.