зеркало из https://github.com/mozilla/mig.git
Merge branch 'master' into agent-api-proxying
This commit is contained in:
Коммит
8142a6564c
20
Makefile
20
Makefile
|
@ -185,18 +185,18 @@ rpm-agent: mig-agent
|
|||
make agent-remove-script-linux
|
||||
fpm \
|
||||
-C tmp \
|
||||
--n mig-agent \
|
||||
-n mig-agent \
|
||||
--license GPL \
|
||||
--vendor mozilla \
|
||||
---description "Mozilla InvestiGator Agent" \
|
||||
--m "Mozilla <noreply@mozilla.com>" \
|
||||
---url http://mig.mozilla.org \
|
||||
---architecture $(FPMARCH) \
|
||||
--v $(BUILDREV) \
|
||||
---after-remove tmp/agent_remove.sh \
|
||||
---after-install tmp/agent_install.sh \
|
||||
--s dir \
|
||||
--t rpm .
|
||||
--description "Mozilla InvestiGator Agent" \
|
||||
-m "Mozilla <noreply@mozilla.com>" \
|
||||
--url http://mig.mozilla.org \
|
||||
--architecture $(FPMARCH) \
|
||||
-v $(BUILDREV) \
|
||||
--after-remove tmp/agent_remove.sh \
|
||||
--after-install tmp/agent_install.sh \
|
||||
-s dir \
|
||||
-t rpm .
|
||||
|
||||
deb-agent: mig-agent
|
||||
rm -fr tmp
|
||||
|
|
Загрузка…
Ссылка в новой задаче