#5033 Include the date in the log of the last mirroring attempt
Merged 3 years ago by pingou. Opened 3 years ago by pingou.

file modified
+1 -1
@@ -3056,7 +3056,7 @@ 

  

      try:

          # Pull

-         logs = []

+         logs = ["Run from: %s" % datetime.datetime.utcnow().isoformat()]

          logs = _run_command(["clone", "--mirror", remote, "."], logs)

          logs = _run_command(["remote", "add", "local", lclrepopath], logs)

  

Otherwise, we have the log of the last attempt but we do not know
when that attempt was.

rebased onto 684d77c6d04733f01d4a0893be1c63fb03da0268

3 years ago

pretty please pagure-ci rebuild

3 years ago

pretty please pagure-ci rebuild

3 years ago

rebased onto a1f01a1e2b3c44ce44badbfbe29301311cb74fca

3 years ago

rebased onto 5a9776ae12dfd5b45101056cf5aee0254f95a6d6

3 years ago

rebased onto 5a9776ae12dfd5b45101056cf5aee0254f95a6d6

3 years ago

rebased onto 5a9776ae12dfd5b45101056cf5aee0254f95a6d6

3 years ago

rebased onto f149c69d8335d2f763607b6f4f2a6a53688bfb92

3 years ago

rebased onto a0689b96758b5add689f4af4b6dd49aa247b4efb

3 years ago

rebased onto 4eca2f6caab859b03c3579ba5aed8b944675b029

3 years ago

rebased onto 6447ac14d2dae9f3148757f8d952af15eabbfa6b

3 years ago

rebased onto 880947f

3 years ago

thanks for the review :)

Pull-Request has been merged by pingou

3 years ago