aboutsummaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2022-10-17 09:36:43 +0200
committerLudovic Courtès <ludo@gnu.org>2022-10-17 09:37:27 +0200
commiteec920ba93ecb086366576e31b785962fbaf81c2 (patch)
tree62191756374c666f323d749e2be6111271600a5f /gnu/services
parent094b357783ae92fc5652f8a8c61e0b96b342d09d (diff)
downloadguix-eec920ba93ecb086366576e31b785962fbaf81c2.tar.gz
guix-eec920ba93ecb086366576e31b785962fbaf81c2.zip
Revert "nix: Guard against removing temporary roots of living processes."
This reverts commit bb0beaecdee1a2315a1269b1746d238c8ab0e699. This change broke a number of tests that assumed the previous behavior.
Diffstat (limited to 'gnu/services')
0 files changed, 0 insertions, 0 deletions
ere / 'source-package-example'
default_js_filenames = ['bye.js', 'hello.js', 'message.js']
@@ -57,7 +62,7 @@ class CaseSettings:
self.contents = default_contents.copy()
self.expected_resources = [{
- 'api_schema_version': [1, 0, 1],
+ 'api_schema_version': [1],
'source_name': 'hello',
'source_copyright': [{
'file': 'report.spdx',
@@ -80,9 +85,10 @@ class CaseSettings:
}, {
'file': 'bye.js',
'sha256': self.sha256_hashes['bye.js']
- }]
+ }],
+ 'generated_by': expected_generated_by
}, {
- 'api_schema_version': [1, 0, 1],
+ 'api_schema_version': [1],
'source_name': 'hello',
'source_copyright': [{
'file': 'report.spdx',
@@ -102,10 +108,11 @@ class CaseSettings:
'scripts': [{
'file': 'message.js',
'sha256': self.sha256_hashes['message.js']
- }]
+ }],
+ 'generated_by': expected_generated_by
}]
self.expected_mapping = {
- 'api_schema_version': [1, 0, 1],
+ 'api_schema_version': [1],
'source_name': 'hello',
'source_copyright': [{
'file': 'report.spdx',
@@ -127,10 +134,11 @@ class CaseSettings:
'https://hachettebugs.koszko.org/***': {
'identifier': 'helloapple'
}
- }
+ },
+ 'generated_by': expected_generated_by
}
self.expected_source_description = {
- 'api_schema_version': [1, 0, 1],
+ 'api_schema_version': [1],
'source_name': 'hello',
'source_copyright': [{
'file': 'report.spdx',
@@ -160,7 +168,8 @@ class CaseSettings:
'identifier': 'helloapple',
'long_name': 'Hello Apple',
'version': [2021, 11, 10],
- }]
+ }],
+ 'generated_by': expected_generated_by
}
def expected(self) -> list[dict]: