[Debian-ha-commits] [resource-agents] 01/01: Sort agent list using C for reproducibility

Christoph Berg myon at debian.org
Fri Jul 8 08:23:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

myon pushed a commit to branch master
in repository resource-agents.

commit b7c8563110996748497b7a8360b1501b73740ae3
Author: Christoph Berg <christoph.berg at credativ.de>
Date:   Fri Jul 8 10:23:08 2016 +0200

    Sort agent list using C for reproducibility
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index a08ac05..24a7c2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_auto_clean:
 override_dh_gencontrol:
 	set -e; \
 	export OCF_ROOT=$(CURDIR)/debian/resource-agents/usr/lib/ocf; \
+	export LC_ALL=C; \
 	( \
 	  echo -n "agents="; \
 	  for agent in debian/resource-agents/usr/lib/ocf/resource.d/heartbeat/*; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/resource-agents.git



More information about the Debian-HA-Commits mailing list