
Apt-ostree is a hybrid image/package management system that leverages Ostree. Test Plan PASS Build/install Debian package. PASS Build ISO PASS Run install PASS Run apt-ostree version. Story: 2010867 Task: 48556 Depends-On: https://review.opendev.org/c/starlingx/tools/+/894566 Change-Id: I2bd6104660e4b384b5bc7d83d09332ef68888438 Signed-off-by: Charles Short <charles.short@windriver.com>
12 lines
215 B
Makefile
Executable File
12 lines
215 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# See debhelper(7) (uncomment to enable).
|
|
# Output every command that modifies files on the build system.
|
|
#export DH_VERBOSE = 1
|
|
|
|
export PYBUILD_NAME=apt-ostree
|
|
|
|
%:
|
|
dh $@ --buildsystem=pybuild
|
|
|