Skip to content

Conversation

@harleypig
Copy link
Contributor

Added git-bug entry to distributions.yaml.

It looks like it's alphabetical, so I tried to insert in the correct location.

Also, I used aider (a chatgpt client) to build the basic entry from the template and it looks good as far as I can tell, but you're gonna want to double-check.

harleypig added 2 commits May 3, 2024 00:33
# Aider chat conversation:

USER: Using the 'Distributions file format' section in README.md as a template, create an entry for git-bug in distributions/git-bug.yaml.

ASSISTANT: Here are the diffs for creating the `git-bug.yaml` file based on the template provided in the `Distributions file format` section of the `README.md`:

```diff
--- /dev/null
+++ distributions/git-bug.yaml
@@ ... @@
+sources:
+  git-bug:
+    description: Distributed, offline-first bug tracker embedded in git, with bridges
+    map:
+      amd64: x86_64
+      darwin: Darwin
+      linux: Linux
+      windows: Windows
+    list:
+      type: github-releases
+      url: https://api.github.com/repos/MichaelMure/git-bug/releases
+    fetch:
+      url: https://github.com/MichaelMure/git-bug/releases/download/{{ .Version }}/git-bug_{{ .OS }}_{{ .Arch }}.tar.gz
+    install:
+      type: tgz
+      binaries:
+        - git-bug
+    supported_platforms:
+      - os: linux
+        arch: amd64
+      - os: windows
+        arch: amd64
+      - os: darwin
+        arch: amd64
```
- gh

git-bug:
description: Distributed, offline-first bug tracker embedded in git, with bridges
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also add

url: https://github.com/MichaelMure/git-bug/

please ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@harleypig
Copy link
Contributor Author

The url key is not in the distributions format of the readme. If you like, I can add that and make a separate pr or add it to this one.

@leucos
Copy link
Contributor

leucos commented May 3, 2024

ha thanks for the good catch @harleypig

yes if you can send a PR on this too that would be great ! thanks !

@leucos leucos merged commit f4746ac into devops-works:develop May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants