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 t.xyz> Janneke Nieuwenhuizen 2023-07-13hurd-boot: Setup pci-arbiter and rumpdisk translators....* gnu/build/hurd-boot.scm (make-hurd-device-nodes): Create "servers/bus/pci. (set-hurd-device-translators): Create transators for pci-arbiter, rumpdisk, and /dev/wd0..3s1..4. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Janneke Nieuwenhuizen 2023-05-17hurd-boot: Symlink /hurd before setting up translators....* gnu/build/hurd-boot.scm (boot-hurd-system): Symlink /hurd before setting up translators. Reviewed-by: Janneke Nieuwenhuizen <janneke@gnu.org> Josselin Poiret 2022-12-24hurd-boot: Fix list of devices with translators....Fixes a regression introduced in 450f7740283ce160a7482d1c75e6e0ab17f2a6f0 and e3c6575ee93741a43003cd1aa4663151dd90b9f5, which introduced unquote-splicing without changing quote to quasiquote. * gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Use quasiquote, note quote. Ludovic Courtès 2022-11-28system: hurd: Create more ttys....* gnu/build/hurd-boot.scm (set-hurd-device-translators)[devices]: Add more /dev/ttyN nodes. * gnu/system/hurd.scm (%base-services/hurd): Add more 'hurd-getty-service-type' instances. Ludovic Courtès 2022-11-28hurd-boot: Explain why 'getxattr' cannot be used on GNU/Hurd....This is a followup to f25e8f76fec03e5a31c221e7427d6962ece1aa67. * gnu/build/hurd-boot.scm (translated?): Clarify why 'getxattr' cannot be used on GNU/Hurd. Ludovic Courtès 2022-11-28hurd-boot: Create more PTY nodes....* gnu/build/hurd-boot.scm (set-hurd-device-translators): Create more /dev/ptyp* and /dev/ttyp* nodes. Ludovic Courtès