Mailinglist Archive: zypp-commit (348 mails)
| < Previous | Next > |
[zypp-commit] r9193 - in /trunk/libzypp/tests/zypp: CMakeLists.txt data/Vendor/zypp2.conf data/Vendor/zypp2.conf.cmake
- From: jkupec@xxxxxxxxxxxxxxxx
- Date: Tue, 18 Mar 2008 13:06:47 -0000
- Message-id: <20080318130647.D7078310DA@xxxxxxxxxxxxxxxx>
Author: jkupec
Date: Tue Mar 18 14:06:47 2008
New Revision: 9193
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9193&view=rev
Log:
- don't overwrite versioned tests/zypp/data/Vendor/zypp2.conf when configuring
Added:
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf.cmake (props changed)
- copied unchanged from r9192,
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf
Removed:
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf
Modified:
trunk/libzypp/tests/zypp/CMakeLists.txt
Modified: trunk/libzypp/tests/zypp/CMakeLists.txt
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/tests/zypp/CMakeLists.txt?rev=9193&r1=9192&r2=9193&view=diff
==============================================================================
--- trunk/libzypp/tests/zypp/CMakeLists.txt (original)
+++ trunk/libzypp/tests/zypp/CMakeLists.txt Tue Mar 18 14:06:47 2008
@@ -5,7 +5,7 @@
# set the vendor.d paths correctly for the tests
SET(VENDOR_D "${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/vendors.d")
FILE(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor")
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf
${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
+CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf.cmake
${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
ADD_TESTS(
Arch
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
Date: Tue Mar 18 14:06:47 2008
New Revision: 9193
URL: http://svn.opensuse.org/viewcvs/zypp?rev=9193&view=rev
Log:
- don't overwrite versioned tests/zypp/data/Vendor/zypp2.conf when configuring
Added:
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf.cmake (props changed)
- copied unchanged from r9192,
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf
Removed:
trunk/libzypp/tests/zypp/data/Vendor/zypp2.conf
Modified:
trunk/libzypp/tests/zypp/CMakeLists.txt
Modified: trunk/libzypp/tests/zypp/CMakeLists.txt
URL:
http://svn.opensuse.org/viewcvs/zypp/trunk/libzypp/tests/zypp/CMakeLists.txt?rev=9193&r1=9192&r2=9193&view=diff
==============================================================================
--- trunk/libzypp/tests/zypp/CMakeLists.txt (original)
+++ trunk/libzypp/tests/zypp/CMakeLists.txt Tue Mar 18 14:06:47 2008
@@ -5,7 +5,7 @@
# set the vendor.d paths correctly for the tests
SET(VENDOR_D "${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/vendors.d")
FILE(MAKE_DIRECTORY "${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor")
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf
${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
+CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/tests/zypp/data/Vendor/zypp2.conf.cmake
${CMAKE_BINARY_DIR}/tests/zypp/data/Vendor/zypp2.conf @ONLY)
ADD_TESTS(
Arch
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |