mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Install tower-license in debs
This commit is contained in:
2
Makefile
2
Makefile
@@ -843,6 +843,8 @@ deb-build/$(DEB_TAR_NAME): dist/$(SDIST_TAR_FILE)
|
|||||||
cd deb-build && tar -xf $(DEB_TAR_FILE)
|
cd deb-build && tar -xf $(DEB_TAR_FILE)
|
||||||
cp -a packaging/debian deb-build/$(DEB_TAR_NAME)/
|
cp -a packaging/debian deb-build/$(DEB_TAR_NAME)/
|
||||||
cp packaging/remove_tower_source.py deb-build/$(DEB_TAR_NAME)/debian/
|
cp packaging/remove_tower_source.py deb-build/$(DEB_TAR_NAME)/debian/
|
||||||
|
cd deb-build/$(DEB_TAR_NAME)/debian/ && git clone git@github.com:ansible/tower-license.git
|
||||||
|
rm -rf deb-build/$(DEB_TAR_NAME)/debian/tower-license/.git
|
||||||
sed -ie "s#^$(NAME) (\([^)]*\)) \([^;]*\);#$(NAME) ($(VERSION)-$(RELEASE)~$(DEB_DIST)) $(DEB_DIST);#" deb-build/$(DEB_TAR_NAME)/debian/changelog
|
sed -ie "s#^$(NAME) (\([^)]*\)) \([^;]*\);#$(NAME) ($(VERSION)-$(RELEASE)~$(DEB_DIST)) $(DEB_DIST);#" deb-build/$(DEB_TAR_NAME)/debian/changelog
|
||||||
|
|
||||||
ifeq ($(OFFICIAL),yes)
|
ifeq ($(OFFICIAL),yes)
|
||||||
|
|||||||
Reference in New Issue
Block a user