Merge branch 'master' into agent-api-proxying

This commit is contained in:
Emma Rose 2019-01-09 13:58:43 -05:00 коммит произвёл GitHub
Родитель dd538eef32 0f8307394a
Коммит 8142a6564c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 10 удалений

Просмотреть файл

@ -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