Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Jan 19, 2024
2 parents 0ebe7cf + 3fb1348 commit ef0878b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions makefiles/global-vars.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

MAIN_BUILD = $(shell [ -f main-build.conf ] && echo '.' || echo '..')/main-build.conf
RUDDER_VERSION = $(shell sed -ne '/^rudder-version=/s/rudder-version=//p' $(MAIN_BUILD))
MINOR_VERSION = $(shell echo "$(RUDDER_VERSION)" | grep -Po '^\d+.\d+')
BRANCH_TYPE = $(shell sed -ne '/^branch-type=/s/branch-type=//p' $(MAIN_BUILD))
COMMON_VERSION = $(shell sed -ne '/^common-version=/s/common-version=//p' $(MAIN_BUILD))
PRIVATE_VERSION = $(shell sed -ne '/^private-version=/s/private-version=//p' $(MAIN_BUILD))
Expand Down
2 changes: 1 addition & 1 deletion openscap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SCRIPTS = postinst
include ../makefiles/common-scala-plugin.mk

target/rudderc:
wget https://repository.rudder.io/tools/rudderc/8.0/rudderc-linux-x86_64 -O target/rudderc
wget https://repository.rudder.io/tools/rudderc/${MINOR_VERSION}/rudderc-linux-x86_64 -O target/rudderc
chmod +x target/rudderc

target/openscap_technique.zip: target/rudderc
Expand Down

0 comments on commit ef0878b

Please sign in to comment.