From c812efa9fcbfb49a571cc73af83c8da5cb951bcf Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Thu, 2 May 2019 19:05:33 +0200 Subject: [PATCH] Fix non determinism and installation --- svg-core/build.xml | 22 ---------------------- svg-core/nbproject/build-impl.xml | 1 - 2 files changed, 23 deletions(-) diff --git a/svg-core/build.xml b/svg-core/build.xml index cc72eb7..0f9c3e6 100755 --- a/svg-core/build.xml +++ b/svg-core/build.xml @@ -102,7 +102,6 @@ - @@ -112,7 +111,6 @@ - @@ -126,7 +124,6 @@ - @@ -203,7 +200,6 @@ - @@ -213,24 +209,6 @@ - - - - - - - - - - - - - - - diff --git a/svg-core/nbproject/build-impl.xml b/svg-core/nbproject/build-impl.xml index b448d8a..37725ad 100755 --- a/svg-core/nbproject/build-impl.xml +++ b/svg-core/nbproject/build-impl.xml @@ -1045,7 +1045,6 @@ is divided into following sections: - To run this application from the command line without Ant, try: java -jar "${dist.jar.resolved}" -- 2.21.0 olume-file-name): New procedures. * gnu/system.scm (operating-system-bootcfg): Specify the Btrfs subvolume file name the store resides on to the `operating-system-bootcfg' procedure, using the new BTRFS-SUBVOLUME-FILE-NAME argument. * doc/guix.texi (File Systems): Add a Btrfs subsection to document the use of subvolumes. * gnu/tests/install.scm (%btrfs-root-on-subvolume-os) (%btrfs-root-on-subvolume-os-source) (%btrfs-root-on-subvolume-installation-script) (%test-btrfs-root-on-subvolume-os): New variables. Maxim Cournoyer 2020-05-20file-systems: Add helpers for parsing the options string into an alist....* gnu/system/file-systems.scm (file-system-options->alist) (alist->file-system-options): New procedures. * tests/file-systems.scm: New tests. * doc/guix.texi (File Systems): Add note about the newly added procedures. Maxim Cournoyer