Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.33 KB

USAGE.md

File metadata and controls

42 lines (26 loc) · 1.33 KB

Bot Command

  • /add pkgname

  • /drop pkgname, /merge pkgname

  • /mark pkgname pkgmark comment

    • outdated_dep and missing_dep have auto-track for pkgname wrapped in[] inside comment:

      /mark pkg1 outdated_dep [pkg2]

  • /unmark pkgname pkgmark

  • /status

  • /helpmark [mark]

Integration

Upstream Data Source

API

  • /pkg dump all data
  • /pkg?mark=name get package names with the specified mark
  • /add/pkgname/{ftbfs,leaf}
    • ftbfs: mark pkgname as failing
    • leaf: reserved, currently no operation
    • triggers auto-{mark,unmark} (see http-UML.md)
  • /delete/pkgname/{ftbfs,leaf}
    • mark pkgname as built successfully from source
    • triggers auto-{mark,unmark} (see http-UML.md)

Some APIs require auth token (see ../config/.env.example). Pass the token as a URL Search Param for such APIs.