Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- bin/**
- glrd/**
- Containerfile
- requirements.txt
- setup.py
- poetry.lock
- pyproject.toml
jobs:
build:
name: build
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: set version
Comment thread
Vincinator marked this conversation as resolved.
run: |
version=$(echo ${{ github.ref_name }} | cut -d'v' -f2)
echo ${version} >VERSION
- name: podman login
run: |
podman login -u token -p ${{ github.token }} ghcr.io
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
*.egg-info
**/__pycache__
.artifacts_cache.json
.artifacts_index.json
.envrc
.venv
_build
dist/
shell.nix
releases.json
releases.yaml
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ The GLRD provides a structured way to store and access release data for Garden L

### Prerequisites

- **Python 3.6+**
- **Python 3.10+**

You can install the required Python packages using:

```bash
pip install -r requirements.txt
poetry install
```

- **AWS CLI** configured with appropriate permissions if you plan to use S3 integration.
Expand All @@ -56,7 +56,7 @@ Clone the repository and ensure that the scripts are executable:
```bash
git clone https://github.com/gardenlinux/glrd.git
cd glrd
pip install -e .
poetry install
```
</details>

Expand Down
2 changes: 0 additions & 2 deletions VERSION

This file was deleted.

40 changes: 0 additions & 40 deletions bin/glrd

This file was deleted.

19 changes: 0 additions & 19 deletions bin/glrd-manage

This file was deleted.

Loading