forked from buildgear/buildgear
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
80 lines (45 loc) · 2.18 KB
/
ChangeLog
File metadata and controls
80 lines (45 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
=== Build Gear v0.9.19beta ===
Changes since Build Gear v0.9.18beta:
Jesper Larsen:
* Trigger build if source is newer than package
A (re)build of a Buildfile is triggered if any of the files defined
in the source variable is of newer date than the package file.
This includes both remote sources, that have been downloaded to the
source directory, and the local sources residing along with the Buildfile.
* Add curl debug function
Record curl debug information. The information is printed in case a download
results in a non HTTP related error. Usefull to debug protocols with authentication.
* Test for CURLSSH_AUTH_AGENT
CURLSSH_AUTH_AGENT is introduced in curl 7.28. Ubuntu 12.10 comes with
curl 7.27. If not defined we use CURLSSH_AUTH_PUBLICKEY instead.
* Use ssh-agent for SSH authentication
stdin is not availble during the download process, so key passwords must be
handled by the ssh-agent.
* bash-completion: Add --manifest
* bash-completion: Support --manifest-xml and improvements
* Buildfile: Add method to get Buildfile directory
* buildmanager: clean --buildfile had wrong suffix
Checksum files are suffixed with sha256sum, and not sha256
* Use stat call as fallback when searching directory
If readdir returns a type DT_UNKNOWN a stat call is made
in order to determine if the node is a directory.
* Add ".lock" to gitignore template
* Updated Copyright information
Torsten Lund:
* Added manifest feature
Two new show commands are introduced, eg.:
buildgear show --manifest fs
buildgear show --manifest-xml fs
The first command generates a plain-text manifest file located in
build/output/manifest.fs.txt and the second command generates a XML
formatted manifest file located in build/output/manifest.fs.xml .
The manifest contains various information about the components included in
the specified build, eg. name, version, license, and description.
Kalle Lampila:
* Make footprint generation locale-independent
Martin Lund:
* Updated AUTHORS file
* manifest: Added description and license support
* Manifest feature cleanup
* Added 'show --buildfile' to options list
* Updated config.guess file