Skip to content

Commit

Permalink
Merge pull request #5456 from perlpunk/update-deps-usage
Browse files Browse the repository at this point in the history
Adapt usage of tools/update-deps
  • Loading branch information
perlpunk authored Feb 7, 2024
2 parents 50a3c41 + 8e4d463 commit 8c66280
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ test-helm-install:

.PHONY: update-deps
update-deps:
tools/update-deps --specfile dist/rpm/openQA.spec
tools/update-deps --cpanfile cpanfile --specfile dist/rpm/openQA.spec

.PHONY: generate-docs
generate-docs:
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ on 'test' => sub {

};

on 'devel' => sub {
on 'develop' => sub {
requires 'Perl::Tidy', '== 20230912.0.0';

};
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ targets:
spec: [ assetpack, build, client, common, cover, devel, devel_no_selenium, main, test, worker ]
cpanfile-targets:
# target: cpanfile target type (default main)
devel: devel
devel_no_selenium: devel
devel: develop
devel_no_selenium: develop
cover: cover
test: test

Expand Down

0 comments on commit 8c66280

Please sign in to comment.