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 ted-root-os, %btrfs-root-os): Likewise. * tests/accounts.scm ("allocate-passwd") ("allocate-passwd with previous state"): Likewise. Ludovic Courtès 2019-03-07activation: Operate on <user-account> and <user-group> records....* gnu/system/accounts.scm (sexp->user-group, sexp->user-account): New procedures. * gnu/system/shadow.scm (account-activation): Call them in the arguments to 'activate-users+groups'. (account-shepherd-service): Likewise. * gnu/build/activation.scm (activate-users+groups): Expect a list of <user-account> and a list of <user-group>. Replace uses of 'match' on tuples with calls to record accessors. (activate-user-home): Likewise. Ludovic Courtès 2019-03-07system: Add (gnu system accounts)....The (gnu system accounts) module is meant to be used both on the build- and on the host-side. * gnu/system/shadow.scm <top level>: Call 'default-shell'. (<user-account>, <user-group>): Move to... * gnu/system/accounts.scm: ... here. New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add system/accounts.scm. Ludovic Courtès