[Blends-commit] [Git][blends-team/blends][experimental] Fix path of dependency_data for changelog creation

Andreas Tille gitlab at salsa.debian.org
Wed Mar 28 17:58:52 UTC 2018


Andreas Tille pushed to branch experimental at Debian Blends Team / blends


Commits:
eee797ae by Andreas Tille at 2018-03-28T19:58:29+02:00
Fix path of dependency_data for changelog creation

- - - - -


1 changed file:

- devtools/Makefile


Changes:

=====================================
devtools/Makefile
=====================================
--- a/devtools/Makefile
+++ b/devtools/Makefile
@@ -69,7 +69,7 @@ ifneq "$(LATEST)" "$(PREVIOUS)"
 	fi
 
 	(sed $(LINESTART)q debian/changelog; \
-	 $(TASKSDIFF) --compare $(CURRENTPARH)/$(DEPENDENCIES_DATA)/$(BLEND)_$(LATEST).json,$(CURRENTPARH)/$(DEPENDENCIES_DATA)/$(BLEND)_$(PREVIOUS).json | sed 's/^/  /'; \
+	 $(TASKSDIFF) --compare $(DEPENDENCIES_DATA)/$(BLEND)_$(LATEST).json,$(DEPENDENCIES_DATA)/$(BLEND)_$(PREVIOUS).json | sed 's/^/  /'; \
 	 sed -n '$(LINEEND),$$p' debian/changelog; ) > debian/changelog.new && mv debian/changelog.new debian/changelog
 else
 	echo "It is the first release, skip the changelog entry"



View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/eee797ae70f904a96b35a6681266abef72595d2c

---
View it on GitLab: https://salsa.debian.org/blends-team/blends/commit/eee797ae70f904a96b35a6681266abef72595d2c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/blends-commit/attachments/20180328/8a95aac9/attachment.html>


More information about the Blends-commit mailing list