Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package actuated-cli for openSUSE:Factory checked in at 2025-08-21 16:58:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/actuated-cli (Old) and /work/SRC/openSUSE:Factory/.actuated-cli.new.29662 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "actuated-cli" Thu Aug 21 16:58:57 2025 rev:4 rq:1300587 version:0.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/actuated-cli/actuated-cli.changes 2024-11-12 19:23:50.533542570 +0100 +++ /work/SRC/openSUSE:Factory/.actuated-cli.new.29662/actuated-cli.changes 2025-08-21 16:59:10.917597011 +0200 @@ -1,0 +2,7 @@ +Thu Aug 21 05:01:33 UTC 2025 - Johannes Kastl <opensuse_buildserv...@ojkastl.de> + +- Update to version 0.2.11: + * Show URLs in standard view all the time + * Show HTTP body when there is an error + +------------------------------------------------------------------- Old: ---- actuated-cli-0.2.10.obscpio New: ---- actuated-cli-0.2.11.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ actuated-cli.spec ++++++ --- /var/tmp/diff_new_pack.lS77Ld/_old 2025-08-21 16:59:11.849635999 +0200 +++ /var/tmp/diff_new_pack.lS77Ld/_new 2025-08-21 16:59:11.849635999 +0200 @@ -1,7 +1,7 @@ # # spec file for package actuated-cli # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,8 @@ # -%define __arch_install_post export NO_BRP_STRIP_DEBUG=true - Name: actuated-cli -Version: 0.2.10 +Version: 0.2.11 Release: 0 Summary: CLI for actuated License: MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lS77Ld/_old 2025-08-21 16:59:11.885637505 +0200 +++ /var/tmp/diff_new_pack.lS77Ld/_new 2025-08-21 16:59:11.889637672 +0200 @@ -3,7 +3,7 @@ <param name="url">https://github.com/self-actuated/actuated-cli</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.2.10</param> + <param name="revision">v0.2.11</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.lS77Ld/_old 2025-08-21 16:59:11.913638677 +0200 +++ /var/tmp/diff_new_pack.lS77Ld/_new 2025-08-21 16:59:11.913638677 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/self-actuated/actuated-cli</param> - <param name="changesrevision">3a559f07c1e762802cf4795b50ad9f4b50319c92</param></service></servicedata> + <param name="changesrevision">fa0a2a1e42a7b8e169f680b48215a77a05ca1ef6</param></service></servicedata> (No newline at EOF) ++++++ actuated-cli-0.2.10.obscpio -> actuated-cli-0.2.11.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/.github/workflows/build.yml new/actuated-cli-0.2.11/.github/workflows/build.yml --- old/actuated-cli-0.2.10/.github/workflows/build.yml 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/.github/workflows/build.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,28 +0,0 @@ -name: build - -on: - push: - branches: - - '*' - pull_request: - branches: - - '*' - -jobs: - build: - - concurrency: - group: ${{ github.ref }} - cancel-in-progress: true - - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - fetch-depth: 1 - - name: Install Go - uses: actions/setup-go@master - with: - go-version: 1.22.x - - name: Make dist - run: make dist diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/.github/workflows/publish.yml new/actuated-cli-0.2.11/.github/workflows/publish.yml --- old/actuated-cli-0.2.10/.github/workflows/publish.yml 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/.github/workflows/publish.yml 1970-01-01 01:00:00.000000000 +0100 @@ -1,26 +0,0 @@ -name: publish - -on: - push: - tags: - - '*' - -jobs: - publish: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - with: - fetch-depth: 1 - - name: Install Go - uses: actions/setup-go@master - with: - go-version: 1.22.x - - name: Make dist - run: make dist - - name: Upload release binaries - uses: alexellis/upload-assets@0.4.1 - env: - GITHUB_TOKEN: ${{ github.token }} - with: - asset_paths: '["./bin/actuated-cli*"]' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/.gitignore new/actuated-cli-0.2.11/.gitignore --- old/actuated-cli-0.2.10/.gitignore 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/.gitignore 1970-01-01 01:00:00.000000000 +0100 @@ -1,2 +0,0 @@ -/actuated-cli -/bin diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/cmd/controller_logs.go new/actuated-cli-0.2.11/cmd/controller_logs.go --- old/actuated-cli-0.2.10/cmd/controller_logs.go 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/cmd/controller_logs.go 2025-08-20 14:41:25.000000000 +0200 @@ -56,7 +56,7 @@ } if status != http.StatusOK { - return fmt.Errorf("unexpected status code: %d, body: %s", status, res) + return fmt.Errorf("unexpected status code: %d, message: %s", status, res) } fmt.Println(res) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/cmd/jobs.go new/actuated-cli-0.2.11/cmd/jobs.go --- old/actuated-cli-0.2.10/cmd/jobs.go 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/cmd/jobs.go 2025-08-20 14:41:25.000000000 +0200 @@ -36,7 +36,7 @@ cmd.Flags().BoolP("json", "j", false, "Request output in JSON format") - cmd.Flags().BoolP("urls", "u", false, "Include the URLs to the job in the output") + cmd.Flags().BoolP("urls", "u", false, "In verbose mode, control whether to include URLs (URLs always shown in non-verbose mode)") return cmd } @@ -106,7 +106,11 @@ if err := json.Unmarshal([]byte(res), &statuses); err != nil { return err } - printEvents(os.Stdout, statuses, verbose, includeURL) + + // In non-verbose mode, always show URLs + // In verbose mode, respect the --urls flag + showURL := !verbose || includeURL + printEvents(os.Stdout, statuses, verbose, showURL) } return nil @@ -117,7 +121,7 @@ tabwriter := tabwriter.NewWriter(w, 0, 0, 1, ' ', tabwriter.TabIndent) if verbose { - st := "JOB ID\tOWNER\tREPO\tJOB\tRUNNER\tSERVER\tSTATUS\tSTARTED\tAGE\tETA\tLABELS" + st := "JOB ID\tOWNER\tREPO\tJOB\tRUNNER\tSERVER\tSTATUS\tAGE\tETA\tLABELS" if includeURL { st = st + "\tURL" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/actuated-cli-0.2.10/cmd/runners.go new/actuated-cli-0.2.11/cmd/runners.go --- old/actuated-cli-0.2.10/cmd/runners.go 2024-11-07 22:29:21.000000000 +0100 +++ new/actuated-cli-0.2.11/cmd/runners.go 2025-08-20 14:41:25.000000000 +0200 @@ -69,13 +69,12 @@ c := pkg.NewClient(http.DefaultClient, os.Getenv("ACTUATED_URL")) res, status, err := c.ListRunners(pat, owner, staff, images, requestJson) - if err != nil { return err } if status != http.StatusOK { - return fmt.Errorf("unexpected status code: %d", status) + return fmt.Errorf("unexpected status code: %d, message: %s", status, res) } if requestJson { ++++++ actuated-cli.obsinfo ++++++ --- /var/tmp/diff_new_pack.lS77Ld/_old 2025-08-21 16:59:12.557665616 +0200 +++ /var/tmp/diff_new_pack.lS77Ld/_new 2025-08-21 16:59:12.569666118 +0200 @@ -1,5 +1,5 @@ name: actuated-cli -version: 0.2.10 -mtime: 1731014961 -commit: 3a559f07c1e762802cf4795b50ad9f4b50319c92 +version: 0.2.11 +mtime: 1755693685 +commit: fa0a2a1e42a7b8e169f680b48215a77a05ca1ef6 ++++++ vendor.tar.gz ++++++