]> git.proxmox.com Git - libgit2.git/commitdiff
Refresh patches
authorPirate Praveen <praveen@debian.org>
Sat, 11 Dec 2021 12:39:33 +0000 (18:09 +0530)
committerPirate Praveen <praveen@debian.org>
Sat, 11 Dec 2021 12:39:33 +0000 (18:09 +0530)
debian/patches/disable-online-tests.patch
debian/patches/enable-repro-builds.patch

index c513b58cc1ed45f8d3146c51192cd71af8893eb8..ea811be684f802ba0283dbd3cde8c534ca8f0e73 100644 (file)
@@ -2,13 +2,14 @@ Skip tests that needs an active internet connection
 
 --- a/tests/CMakeLists.txt
 +++ b/tests/CMakeLists.txt
-@@ -60,11 +60,4 @@
+@@ -62,12 +62,4 @@
        ENDIF()
  ENDFUNCTION(ADD_CLAR_TEST)
  
 -ADD_CLAR_TEST(offline             -v -xonline)
  ADD_CLAR_TEST(invasive            -v -score::ftruncate -sfilter::stream::bigfile -sodb::largefiles -siterator::workdir::filesystem_gunk -srepo::init -srepo::init::at_filesystem_root)
--ADD_CLAR_TEST(online              -v -sonline)
+-ADD_CLAR_TEST(online              -v -sonline -xonline::customcert)
+-ADD_CLAR_TEST(online_customcert   -v -sonline::customcert)
 -ADD_CLAR_TEST(gitdaemon           -v -sonline::push)
 -ADD_CLAR_TEST(ssh                 -v -sonline::push -sonline::clone::ssh_cert -sonline::clone::ssh_with_paths -sonline::clone::path_whitespace_ssh)
 -ADD_CLAR_TEST(proxy               -v -sonline::clone::proxy)
index ae3bf17941c1926462dc924c423e012984e13072..c2137cf67f3db1537706e3ebd39e2d22b22810e2 100644 (file)
@@ -3,7 +3,7 @@ Author: Utkarsh Gupta <utkarsh@debian.org>
 
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -188,6 +188,13 @@
+@@ -191,6 +191,13 @@
        SET(CMAKE_SHARED_LINKER_FLAGS_RELEASE "${CMAKE_EXE_LINKER_FLAGS_RELEASE}")
        SET(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO "${CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO}")
        SET(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL "${CMAKE_EXE_LINKER_FLAGS_MINSIZEREL}")