Skip to content

Commit

Permalink
Merge pull request openSUSE#3035 from Vogtinator/pymirror
Browse files Browse the repository at this point in the history
Rewrite bs_mirrorfull as osclib component
  • Loading branch information
darix authored Nov 30, 2023
2 parents 24f3d6b + 0888a8f commit 29c388e
Show file tree
Hide file tree
Showing 14 changed files with 152 additions and 3,828 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
for f in $(find . -maxdepth 1 -type f -executable -print); do
# skip completely broken scripts or those without --help
[[ " ./checknewer.py ./repo2fileprovides.py ./openqa-maintenance.py ./docker_publisher.py ./publish_distro ./bs_mirrorfull ./findfileconflicts ./write_repo_susetags_file.pl ./issue-diff.py " =~ "$f" ]] || "$f" --help
[[ " ./checknewer.py ./repo2fileprovides.py ./openqa-maintenance.py ./docker_publisher.py ./publish_distro ./findfileconflicts ./write_repo_susetags_file.pl ./issue-diff.py " =~ "$f" ]] || "$f" --help
done
linters:
Expand Down
9 changes: 0 additions & 9 deletions CONTENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,6 @@ Manages bugowner information
* Package: openSUSE-release-tools
* Usage: ?

#### bs_mirrorfull

Mirrors repositories from the build service to a local directory.

* Souces: [bs_mirrorfull](bs_mirrorfull)
* Documentation: --
* Package: openSUSE-release-tools
* Usage: Used by other tools like `pkglistgen` or `repocheck`

#### biarchtool

Manages biarch packages
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include Makefile.common

pkgdata_BINS = $(shell find * -maxdepth 0 -executable -type f)
pkgdata_SCRIPTS=$(wildcard *.py *.pl *.sh)
pkgdata_SCRIPTS+=bs_mirrorfull findfileconflicts publish_distro
pkgdata_SCRIPTS+=findfileconflicts publish_distro
pkgdata_DATA+=bs_copy metrics osclib pkglistgen $(wildcard *.pm *.testcase)
VERSION = "build-$(shell date +%F)"

Expand Down
Loading

0 comments on commit 29c388e

Please sign in to comment.