projects
/
mass-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
85991db
)
Pass skipFiles and binaryRecommends option to auto-debuild
author
Ralf Jung
<post@ralfj.de>
Fri, 27 Jul 2012 22:22:24 +0000
(
00:22
+0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 27 Jul 2012 22:22:24 +0000
(
00:22
+0200)
build_system.py
patch
|
blob
|
history
diff --git
a/build_system.py
b/build_system.py
index 8ebf6f34aa215149f222b3302d106813f3c6b330..39bbae7fb414646f2a9e9091e49002849b3830f2 100644
(file)
--- a/
build_system.py
+++ b/
build_system.py
@@
-52,8
+52,10
@@
try:
}
self.copyOption(config, 'jobs', 'parallelJobs')
self.copyOption(module, 'dbgPackage')
}
self.copyOption(config, 'jobs', 'parallelJobs')
self.copyOption(module, 'dbgPackage')
+ self.copyOption(module, 'skipFiles', 'binarySkipFiles')
self.copyOption(module, 'buildDepends')
self.copyOption(module, 'binaryDepends')
self.copyOption(module, 'buildDepends')
self.copyOption(module, 'binaryDepends')
+ self.copyOption(module, 'binaryRecommends')
if buildSystem == 'cmake':
self.copyOption(module, 'cmakeParameters')
self.vcs = vcs
if buildSystem == 'cmake':
self.copyOption(module, 'cmakeParameters')
self.vcs = vcs