emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#37857: closed ([PATCH] guix: svn: Allow dropping e


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#37857: closed ([PATCH] guix: svn: Allow dropping externals)
Date: Wed, 23 Oct 2019 21:35:01 +0000

Your message dated Wed, 23 Oct 2019 23:34:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#37857] [PATCH] guix: svn: Allow dropping externals
has caused the debbugs.gnu.org bug report #37857,
regarding [PATCH] guix: svn: Allow dropping externals
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37857: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37857
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] guix: svn: Allow dropping externals Date: Mon, 21 Oct 2019 21:55:38 +0200
A subversion repository can contain externals, references to other
projects that also use subversion. This is very similar to git
submodules. When checking out a repository, svn will automatically
check these external repositories too. However, if the externals are
not pinned to a specific revision, svn will fetch the latest sources
for the external, leading to non reproducibility of the sources' hash.

This patch adds a fetch-externals? field to svn-reference and
svn-multi-reference, defaulting to #t for preserving the old behavior.
Setting it to #f will prevent fetching any external from the project.
This is useful for josm for instance.

Attachment: 0001-guix-svn-Allow-dropping-externals.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#37857] [PATCH] guix: svn: Allow dropping externals Date: Wed, 23 Oct 2019 23:34:23 +0200
Pushed as 51395c84fdbf8daed6392951a973ad750cf3eefa.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]