Changeset 2414 in ProjectBuilder
- Timestamp:
- Apr 10, 2019, 2:53:03 AM (6 years ago)
- Location:
- projects/python-tortilla/pbconf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/python-tortilla/pbconf/python-tortilla.yml
r2412 r2414 137 137 # Is it a test version or a production version 138 138 testver: 139 python-tortilla: true139 python-tortilla: false 140 140 # Which upper target dir for delivery 141 141 delivery: 142 python-tortilla: test142 python-tortilla: !!str "" 143 143 # 144 144 # Additional repository to add at build time -
projects/python-tortilla/pbconf/python-tortilla/deb/rules
r2405 r2414 1 1 #!/usr/bin/make -f 2 2 3 export PYBUILD_NAME=python-tortilla 4 export PYBUILD_AFTER_INSTALL_python3=rm -rf {destdir}/usr/bin 3 export PYBUILD_NAME=tortilla 5 4 6 5 %:
Note:
See TracChangeset
for help on using the changeset viewer.