grim/tagpull

Rename the repo to tagpull
draft
2020-07-05, Gary Kramlich
4a2ab904ba01
Parents 63744ee1e1d8
Children 33f8b28b8dc3
Rename the repo to tagpull
  • +1 -1
    .hgignore
  • +1 -1
    Dockerfile
  • +1 -1
    go.mod
  • --- a/.hgignore Sun Jul 05 05:32:07 2020 -0500
    +++ b/.hgignore Sun Jul 05 05:34:31 2020 -0500
    @@ -1,3 +1,3 @@
    syntax: glob
    -tagops
    +tagpull
    --- a/Dockerfile Sun Jul 05 05:32:07 2020 -0500
    +++ b/Dockerfile Sun Jul 05 05:34:31 2020 -0500
    @@ -13,6 +13,6 @@
    FROM scratch
    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
    -COPY --from=build /tagpull/tagops /tagpull
    +COPY --from=build /tagpull/tagpull /tagpull
    CMD ["/tagpull"]
    --- a/go.mod Sun Jul 05 05:32:07 2020 -0500
    +++ b/go.mod Sun Jul 05 05:34:31 2020 -0500
    @@ -1,4 +1,4 @@
    -module keep.imfreedom.org/grim/tagops
    +module keep.imfreedom.org/grim/tagpull
    require (
    github.com/alecthomas/kingpin v2.2.6+incompatible