File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ Changes made since Bob 1.0 include the following.
6
6
New features
7
7
------------
8
8
9
+ Recipes
10
+ ~~~~~~~
11
+
9
12
* Bob gained the ability to express dependencies between tools.
10
13
11
14
A tool declared by :ref: `configuration-recipes-provideTools ` can specify
@@ -33,6 +36,17 @@ New features
33
36
34
37
See :issue: `647 ` and :pull: `645 `.
35
38
39
+ Bob ls-recipes
40
+ ~~~~~~~~~~~~~~
41
+
42
+ Bob gained a new command: :ref: `manpage-ls-recipes `. It can be used to list all
43
+ known recipes. In contrast to the :ref: `manpage-bob-ls ` command, which works on
44
+ packages, this command works on recipes. Additionally, the ouput can be
45
+ filtered to show only used recipes or recipes that are currently orphaned,
46
+ i.e., not referenced by a root package.
47
+
48
+ See :pull: `649 `.
49
+
36
50
Improvements
37
51
------------
38
52
@@ -55,3 +69,6 @@ Bug fixes
55
69
* DNS resolution failures are not treated as error any more when downloading
56
70
artifacts. (:pull: `638 `)
57
71
* A crash in :meth: `bob.input.Package.isAlias ` has been fixed.
72
+ * Fixed repeated invocation of deterministic URL SCMs with gz/xz compressed
73
+ files that are uncompressed by Bob. Previously, the file would be truncated
74
+ if the checkout step got re-executed for whatever reason. (:pull: `650 `)
You can’t perform that action at this time.
0 commit comments