Commit Graph

3 Commits

Author SHA1 Message Date
Thomas Orozco
650555d4f4 mononoke: add mononoke_exec helper script
Summary:
This add a `mononoke_exec` helper script that does two things:

- Fetches the latest config if you don't have it locally yet and turns that into a `--mononoke-config-path` argument.
- Turns a repo name into a `--repo-id` argument.

This is helpful to run commands that require both arguments (notably: `mononoke_admin`) without having to spend a majority of your time getting the args right.

Reviewed By: farnz

Differential Revision: D15821793

fbshipit-source-id: a3d9d6c9b9395c3e3bc367fd1e1626eeb5cac969
2019-06-14 03:59:58 -07:00
Jim Meyering
4f03a2f3cc fb-mononoke-admin: scm/mononoke/packman.yml: add 'packager: ONCALL' line (trivial)
Summary: Every packman-managed RPM in fbcode should now have a `packager: ONCALL` line in its packman.yml file. This diff adds one for fb-mononoke-admin. Assuming I found the right oncall, would you Accept+Ship this change?

Reviewed By: sunshowers

Differential Revision: D14399325

fbshipit-source-id: 5dd03b3f8722b4fb13b85acbe7702bc780b49f76
2019-03-12 19:15:27 -07:00
Rain ⁣
c44fb39a98 packman config file for admin tool
Summary:
Going to use this to deploy on scm-owned devservers.

Following the instructions here: https://our.intern.facebook.com/intern/wiki/Distribute-a-simple-binary-to-devservers/

Reviewed By: jsgf

Differential Revision: D8274545

fbshipit-source-id: 295d6ec6c8deab67066b284482f63fdfd5945cd4
2018-06-04 22:09:49 -07:00