Compare commits

..

No commits in common. "0855d9efd82ad0a3b7202f37c1ab80f0c139faea" and "440d1753da9f41faabf25e9d9e6cb6d9ce949116" have entirely different histories.

3 changed files with 7 additions and 6 deletions

View File

@ -14,7 +14,6 @@ pipeline:
commands:
- mc alias set s3/ https://s3.rustybever.be "$S3_USERNAME" "$S3_PASSWORD"
- mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" .
- mv "$CI_COMMIT_SHA"/vieter-* .
when:
event: tag
@ -24,8 +23,9 @@ pipeline:
- gitea_release_api_key
settings:
base_url: https://git.rustybever.be
files: vieter-*
files: ${CI_COMMIT_SHA}/*
checksum:
- md5
- sha256
title: ${CI_COMMIT_TAG}
when:

View File

@ -29,10 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
updated builder image
* Build logs now show commands being executed
### Fixed
* `POST /api/logs` now correctly uses epoch timestamps instead of strings
## [0.3.0-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2)
### Added

View File

@ -38,6 +38,11 @@ pub fn cmd() cli.Command {
description: 'Only return Git repos that publish to this repo.'
flag: cli.FlagType.string
},
cli.Flag{
name: 'arch'
description: 'Only return repos enabled for this architecture.'
flag: cli.FlagType.string
},
]
execute: fn (cmd cli.Command) ? {
config_file := cmd.flags.get_string('config-file')?