mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
Don't build packages inside destination directory
chromiumos-build's destination directory shouldn't be a build directory; as advised in chromiumos-build(1), this can cause it to think that failed builds were actually successful. Build downloaded source packages in src/build/ARCHITECTURE/external/ instead. While we're here, rename the configuration file to a more visible name. Review URL: http://codereview.chromium.org/548137
This commit is contained in:
parent
2c3e57fd0a
commit
e550bbd5ae
@ -1,5 +1,5 @@
|
|||||||
[Options]
|
[Options]
|
||||||
# ../third_party/xscreensaver is a bit of a wart here, necessitated by odd
|
# ../third_party/xscreensaver is a bit of a wart here, necessitated by odd
|
||||||
# directory layout.
|
# directory layout.
|
||||||
builddirs: ../build/%(architecture)s/local_packages .. ../platform ../third_party ../third_party/xscreensaver
|
builddirs: ../build/%(architecture)s/external .. ../platform ../third_party ../third_party/xscreensaver
|
||||||
destdir: ../build/%(architecture)s/local_packages
|
destdir: ../build/%(architecture)s/local_packages
|
Loading…
x
Reference in New Issue
Block a user