Skip to content

Commit

Permalink
Merge branch 'bug_14983/cache_openldap_builds_pr'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed May 29, 2019
2 parents 3fa0506 + eede1f2 commit 236d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rudder-ldap/SOURCES/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rudder-sources: rudder-sources.tar.bz2
tar -xjf rudder-sources.tar.bz2
mv rudder-sources-*/ rudder-sources/

PATCHES_SHA = $(shell find patches/ -type f | xargs | sha256sum)
PATCHES_SHA = $(shell find patches/ -type f | xargs | sha256sum | awk '{print $1}')
CACHE_PARAMETERS = --with-env name=openldap ldap=$(OPENLDAP_SHA256) patches=$(PATCHES_SHA)
BUILD_LDAP = $(shell ../../build-caching get openldap-source/ $(CACHE_PARAMETERS) || echo build-ldap)
build: $(BUILD_LDAP) rudder-sources
Expand Down

0 comments on commit 236d3c5

Please sign in to comment.