From 7c0e30fac9990fcf42a2fb75ac3d187b6d45a744 Mon Sep 17 00:00:00 2001 From: James Slagle Date: Thu, 11 Sep 2014 21:09:13 -0400 Subject: [PATCH] Run environment.d hook for manifests earlier 15-pip-manifests depends on the variables defined by the manifests element, so we need to run this one earlier. I would have thought things were alpha sorted after the numerical sort...but I just ran into this, so apparently not. Change-Id: Ifedf544222b5a8eb7630efda609eb6a5b9629de3 --- elements/manifests/environment.d/{15-manifests => 14-manifests} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename elements/manifests/environment.d/{15-manifests => 14-manifests} (100%) diff --git a/elements/manifests/environment.d/15-manifests b/elements/manifests/environment.d/14-manifests similarity index 100% rename from elements/manifests/environment.d/15-manifests rename to elements/manifests/environment.d/14-manifests