Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e6bcac4eba | |||
| cbde0a418e | |||
| 4eb15ceb11 | |||
| 8dafa82e6c | |||
| a081103049 | |||
| c5e9653fba | |||
| a368e7aa52 | |||
| e1969fb08c |
6
_service
6
_service
@@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://github.com/grisu48/openqa-mon.git</param>
|
||||
<param name="url">https://github.com/os-autoinst/openqa-mon.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="version">v1.3.0</param>
|
||||
<param name="revision">v1.5.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fdc2a084ba9dfcf75be0c6ca7f7348be56ea90fbaafa454ff85bd761ec993ee
|
||||
size 438795
|
||||
3
openqa-mon-1.5.0.obscpio
Normal file
3
openqa-mon-1.5.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b3a1cf85f1d13b035a5895b78e96d3b2b3542493cd81bd32258e9496ad45dae
|
||||
size 314891
|
||||
@@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 08:02:54 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Switch source repo to new location
|
||||
- Fixed _service: Switch revision from main to actual version
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 14:57:51 UTC 2025 - Felix Niederwanger <felix.niederwanger@suse.de>
|
||||
|
||||
- Update to version 1.5.0:
|
||||
* Prepare 1.5.0 release
|
||||
* Allow passing of overview links
|
||||
* Bump golang.org/x/crypto from 0.31.0 to 0.35.0
|
||||
* Add man pages for all tools
|
||||
* Update README
|
||||
* Unify RequestJobLimit setting
|
||||
* Fix panic when RequestJobLimit is not set
|
||||
* Minor refactoring
|
||||
* Remove unused functions
|
||||
* Remove year
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 14 07:45:27 UTC 2025 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 1.4.0:
|
||||
* Release version 1.4.0
|
||||
* Set correct groupid to match with description
|
||||
* Prepare 1.4.0 RC1 release
|
||||
* Refactoring
|
||||
* Introduce tabs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 10:36:57 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
- Update to version 1.3.1:
|
||||
* Prepeare maintenance release
|
||||
* Update cmd/openqa-mon/util.go
|
||||
* Update dependencies
|
||||
* Add SLEM6
|
||||
* Refactor util with generics and cleanup
|
||||
* Consider no arguments wrong usage
|
||||
* Update module dependencies
|
||||
* Update QE-C Maintenance template
|
||||
* Remove unneeded code
|
||||
* Move project to os-autoinst
|
||||
* ci: Run workflow on pull requests as well
|
||||
* Set version not go to 1.21 in workflows
|
||||
* Propagate err in checkReviewed
|
||||
* Set version to release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 14:28:08 UTC 2024 - felix.niederwanger@suse.de
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: openqa-mon
|
||||
version: 1.3.0
|
||||
mtime: 1724248056
|
||||
commit: 0c56df0596fcf4af4e38addcab5a95d388a1889e
|
||||
version: 1.5.0
|
||||
mtime: 1747229740
|
||||
commit: d4c8dab649237a31c4230be997ef16b63d3de2ec
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package openqa-mon
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: openqa-mon
|
||||
Version: 1.3.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: CLI monitoring utility for openQA
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/grisu48/openqa-mon/
|
||||
URL: https://github.com/os-autoinst/openqa-mon/
|
||||
Source: openqa-mon-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: golang-packaging
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f005421c51d6f0d0fe4b027f3e1de128a9341f078e987ee0e156017dca954cc
|
||||
size 1338622
|
||||
oid sha256:87805b5be76e3c2c815c57f7b71f4e0f401a60d048f477e22cac6f70b70da41d
|
||||
size 1354484
|
||||
|
||||
Reference in New Issue
Block a user