Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] .github/workflows: shorten the step list.'
@ 2021-01-03 20:25 ericonr
  2021-01-03 20:26 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2021-01-03 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

There is a new pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages ci
https://github.com/void-linux/void-packages/pull/27645

.github/workflows: shorten the step list.'
This allows for a more concise list when checking CI results.

A patch file from https://github.com/void-linux/void-packages/pull/27645.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-27645.patch --]
[-- Type: text/x-diff, Size: 1198 bytes --]

From 3c7d77a9fd637a21da73f49c87465246b5ac0b0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 3 Jan 2021 17:24:44 -0300
Subject: [PATCH] .github/workflows: shorten the step list.'

This allows for a more concise list when checking CI results.
---
 .github/workflows/build.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 72f2b3811a3..df227f7259a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -64,11 +64,12 @@ jobs:
           fetch-depth: 200
       - name: Create hostrepo
         run: ln -s "$(pwd)" /hostrepo
-      - run: common/travis/set_mirror.sh
-      - run: common/travis/prepare.sh
-      - run: common/travis/fetch_upstream.sh
+      - run: |
+         common/travis/set_mirror.sh &&
+         common/travis/prepare.sh &&
+         common/travis/fetch_upstream.sh &&
+         common/travis/fetch-xtools.sh
       - run: common/travis/changed_templates.sh
-      - run: common/travis/fetch-xtools.sh
       - name: Remove git after checkout to not interfere with build
         run: xbps-remove -yR git
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] .github/workflows: shorten the step list.'
  2021-01-03 20:25 [PR PATCH] .github/workflows: shorten the step list.' ericonr
@ 2021-01-03 20:26 ` ericonr
  2021-01-03 20:46 ` ericonr
  2021-01-03 21:55 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-03 20:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages ci
https://github.com/void-linux/void-packages/pull/27645

.github/workflows: shorten the step list.'
This allows for a more concise list when checking CI results.

A patch file from https://github.com/void-linux/void-packages/pull/27645.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-27645.patch --]
[-- Type: text/x-diff, Size: 1197 bytes --]

From 726d589ebf29ffa537e05dafe519da2c5cc08889 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 3 Jan 2021 17:24:44 -0300
Subject: [PATCH] .github/workflows: shorten the step list.

This allows for a more concise list when checking CI results.
---
 .github/workflows/build.yaml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 72f2b3811a3..df227f7259a 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -64,11 +64,12 @@ jobs:
           fetch-depth: 200
       - name: Create hostrepo
         run: ln -s "$(pwd)" /hostrepo
-      - run: common/travis/set_mirror.sh
-      - run: common/travis/prepare.sh
-      - run: common/travis/fetch_upstream.sh
+      - run: |
+         common/travis/set_mirror.sh &&
+         common/travis/prepare.sh &&
+         common/travis/fetch_upstream.sh &&
+         common/travis/fetch-xtools.sh
       - run: common/travis/changed_templates.sh
-      - run: common/travis/fetch-xtools.sh
       - name: Remove git after checkout to not interfere with build
         run: xbps-remove -yR git
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] .github/workflows: shorten the step list.'
  2021-01-03 20:25 [PR PATCH] .github/workflows: shorten the step list.' ericonr
  2021-01-03 20:26 ` [PR PATCH] [Updated] " ericonr
@ 2021-01-03 20:46 ` ericonr
  2021-01-03 21:55 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-03 20:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 388 bytes --]

There is an updated pull request by ericonr against master on the void-packages repository

https://github.com/ericonr/void-packages ci
https://github.com/void-linux/void-packages/pull/27645

.github/workflows: shorten the step list.'
This allows for a more concise list when checking CI results.

A patch file from https://github.com/void-linux/void-packages/pull/27645.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-27645.patch --]
[-- Type: text/x-diff, Size: 1313 bytes --]

From 0f1f8f8f96c02111b9cc17154a5d4069077363a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 3 Jan 2021 17:24:44 -0300
Subject: [PATCH] .github/workflows: shorten step list.

This makes CI results more concise.
---
 .github/workflows/build.yaml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 72f2b3811a3..d8328911eec 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -62,13 +62,14 @@ jobs:
       - uses: actions/checkout@v1
         with:
           fetch-depth: 200
-      - name: Create hostrepo
-        run: ln -s "$(pwd)" /hostrepo
-      - run: common/travis/set_mirror.sh
-      - run: common/travis/prepare.sh
-      - run: common/travis/fetch_upstream.sh
+      - name: Create hostrepo and prepare masterdir
+        run: |
+         ln -s "$(pwd)" /hostrepo &&
+         common/travis/set_mirror.sh &&
+         common/travis/prepare.sh &&
+         common/travis/fetch_upstream.sh &&
+         common/travis/fetch-xtools.sh
       - run: common/travis/changed_templates.sh
-      - run: common/travis/fetch-xtools.sh
       - name: Remove git after checkout to not interfere with build
         run: xbps-remove -yR git
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: .github/workflows: shorten the step list.'
  2021-01-03 20:25 [PR PATCH] .github/workflows: shorten the step list.' ericonr
  2021-01-03 20:26 ` [PR PATCH] [Updated] " ericonr
  2021-01-03 20:46 ` ericonr
@ 2021-01-03 21:55 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-01-03 21:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

There's a merged pull request on the void-packages repository

.github/workflows: shorten the step list.'
https://github.com/void-linux/void-packages/pull/27645

Description:
This allows for a more concise list when checking CI results.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-03 21:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-03 20:25 [PR PATCH] .github/workflows: shorten the step list.' ericonr
2021-01-03 20:26 ` [PR PATCH] [Updated] " ericonr
2021-01-03 20:46 ` ericonr
2021-01-03 21:55 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).