summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-21 07:04:41 +0100
committerSam James <sam@gentoo.org>2021-06-21 07:04:41 +0100
commit8dc175e6241f5745cbb4b8ddcace86fd69ff337c (patch)
treedf727f7119c987bb1953dccec854b13bd2de8234 /.github
parent.github: Enhance repoman Github Action (diff)
downloadprefix-8dc175e6241f5745cbb4b8ddcace86fd69ff337c.tar.gz
prefix-8dc175e6241f5745cbb4b8ddcace86fd69ff337c.tar.bz2
prefix-8dc175e6241f5745cbb4b8ddcace86fd69ff337c.zip
.github: Fix repoman indentation
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/repoman.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/repoman.yml b/.github/workflows/repoman.yml
index 735e5d6040..5e82d442f6 100644
--- a/.github/workflows/repoman.yml
+++ b/.github/workflows/repoman.yml
@@ -31,12 +31,12 @@ jobs:
sudo ln -s /var/db/repos/gentoo/profiles/default/linux/amd64/17.1 /etc/portage/make.profile
- name: Test with repoman
run: |
- mkdir -p metadata
- cp /var/db/repos/gentoo/metadata/layout.conf metadata/
- mkdir -p licenses && cd licenses
- ln -s /var/db/repos/gentoo/licenses/* .
- cd ..
- mkdir -p eclass && cd eclass
- ln -s /var/db/repos/gentoo/eclass/*.eclass .
- cd ..
+ mkdir -p metadata
+ cp /var/db/repos/gentoo/metadata/layout.conf metadata/
+ mkdir -p licenses && cd licenses
+ ln -s /var/db/repos/gentoo/licenses/* .
+ cd ..
+ mkdir -p eclass && cd eclass
+ ln -s /var/db/repos/gentoo/eclass/*.eclass .
+ cd ..
python3 portage-*/repoman/bin/repoman full -dx