summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Junghyun Kim [Tue, 30 Aug 2016 11:51:45 +0000 (20:51 +0900)]
Store build_date in .tizen.build-id section to avoid unnecessary rebuilds
- PROBLEM
We use OBS to build packages in Tizen.
There is a mechanism not to rebuild if the result binary is the same.
For example, there is a dependency graph: A->B->C.
If A is modified, B would be built.
If the result RPM of B is not changed, OBS does not trigger a build of C.
To effectively use this mechanism, each packages make sure that
the result binary should be the same if the input source is the same.
This package uses __DATE__ and __TIME__ which make the result binary
is different everytime it is built.
To efficiently utilize OBS build mechanism and to modify the package
as little as possible, I propose to store this macro in .tizen.build-id
section. OBS build-compare tool does not check *.build-id section
in the binary.
Change-Id: I22d1498ab0ccc7d1ba1eaef2475069fdc5677b8d
Signed-off-by: Junghyun Kim <jh0822.kim@samsung.com>
Hyeongsik Min [Wed, 2 Mar 2016 10:39:57 +0000 (19:39 +0900)]
packaging: update version to 1.0.0
Change-Id: Ic3ebd917902495c15bff8f2c64c5ca389b2c83e2
Signed-off-by: Hyeongsik Min <hyeongsik.min@samsung.com>
Alexandru Cornea [Mon, 1 Jul 2013 18:13:16 +0000 (21:13 +0300)]
resetting manifest requested domain to floor
Patrick McCarty [Mon, 25 Mar 2013 18:12:35 +0000 (11:12 -0700)]
Add packaging
Change-Id: I09052b2de7f0bc0e658592023f04171e77c9bc5d
Hyeongsik Min [Wed, 2 Mar 2016 10:19:27 +0000 (19:19 +0900)]
Imported Upstream version 1.0.0
Patrick McCarty [Fri, 22 Mar 2013 19:32:08 +0000 (12:32 -0700)]
Imported Upstream version 0.9.8