[Cmake-commits] CMake branch, next, updated. v3.6.0-rc4-706-gfa3c295
Brad King
brad.king at kitware.com
Tue Jul 5 15:56:21 EDT 2016
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via fa3c295dfe87fafd698c79c931d0a3558f42458b (commit)
via 7a30fa1a414faeb4ec83d894428a335f0b481de3 (commit)
from 97ac2eacf44d7b2314271c6bdc37e0ec165c73dc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa3c295dfe87fafd698c79c931d0a3558f42458b
commit fa3c295dfe87fafd698c79c931d0a3558f42458b
Merge: 97ac2ea 7a30fa1
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jul 5 15:56:20 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jul 5 15:56:20 2016 -0400
Merge topic 'cpack-ifw-fix-repo-attributes' into next
7a30fa1a CPackIFW: Fix attributes for Promoting Updates repository replacement
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7a30fa1a414faeb4ec83d894428a335f0b481de3
commit 7a30fa1a414faeb4ec83d894428a335f0b481de3
Author: Konstantin Podsvirov <konstantin at podsvirov.pro>
AuthorDate: Tue Jul 5 22:30:12 2016 +0300
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Jul 5 15:55:42 2016 -0400
CPackIFW: Fix attributes for Promoting Updates repository replacement
Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW:
Add support for Promoting Updates, 2016-05-17).
diff --git a/Source/CPack/IFW/cmCPackIFWRepository.cxx b/Source/CPack/IFW/cmCPackIFWRepository.cxx
index b149f81..45b47cd 100644
--- a/Source/CPack/IFW/cmCPackIFWRepository.cxx
+++ b/Source/CPack/IFW/cmCPackIFWRepository.cxx
@@ -299,8 +299,8 @@ void cmCPackIFWRepository::WriteRepositoryUpdate(cmXMLWriter& xout)
if (Update == Add || Update == Remove) {
xout.Attribute("url", Url);
} else if (Update == Replace) {
- xout.Attribute("oldurl", OldUrl);
- xout.Attribute("newurl", NewUrl);
+ xout.Attribute("oldUrl", OldUrl);
+ xout.Attribute("newUrl", NewUrl);
}
// Enabled
if (!Enabled.empty()) {
-----------------------------------------------------------------------
Summary of changes:
Source/CPack/IFW/cmCPackIFWRepository.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list