Abhilash Raj pushed to branch members at GNU Mailman / Mailman Core


Commits:
35ba0e33 by Abhilash Raj at 2021-02-07T16:20:22-08:00
Make the file a dotfile so it doesn't show up to regular devs.

- - - - -


3 changed files:

- .gitignore
- .gitlab-ci.yml
- src/mailman/testing/helpers.py


Changes:

=====================================
.gitignore
=====================================
@@ -12,4 +12,4 @@ dist
 venv
 *.mo
 *.po~
-/mailman-database-counter.json
+/.mailman-database-counter.json


=====================================
.gitlab-ci.yml
=====================================
@@ -7,7 +7,7 @@
 
   artifacts:
     paths:
-      - mailman-database-counter.json
+      - .mailman-database-counter.json
     expire_in: 1 week
 
 image: ghcr.io/maxking/mailman-ci-runner:latest


=====================================
src/mailman/testing/helpers.py
=====================================
@@ -283,7 +283,7 @@ def wait_for_webservice(hostname=None, port=None):
 database_counter = defaultdict(list)
 
 
-def write_database_counter(data, filename='mailman-database-counter.json'):
+def write_database_counter(data, filename='.mailman-database-counter.json'):
     """Merge data with contents of filename and write back to filename.
 
     :param filename: The path to the file to read/write data.



View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/35ba0e33f8a0bbc886f54e43dfc430def3e8a547

-- 
View it on GitLab: 
https://gitlab.com/mailman/mailman/-/commit/35ba0e33f8a0bbc886f54e43dfc430def3e8a547
You're receiving this email because of your account on gitlab.com.


_______________________________________________
Mailman-checkins mailing list -- mailman-checkins@python.org
To unsubscribe send an email to mailman-checkins-le...@python.org
https://mail.python.org/mailman3/lists/mailman-checkins.python.org/
Member address: arch...@jab.org

Reply via email to