Skip to content

Commit

Permalink
v1.7.6334
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Aug 15, 2024
1 parent 630ea50 commit ad8f1b5
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 15 deletions.
11 changes: 7 additions & 4 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,22 @@ For each new distro version
* `make uninstall` # may fail as "not installed"
* `make install`
* `make uninstall`
* `make version` # or `make version FOR=tomorrow`
* `make version`
** prints the git commit
* `make sizes`
* and update table in README.md
* update long description in README.md
* update short description in setup.cfg
* `make build`
* `make install`
* `make uninstall`
* `git commit v1.x` to the version in setup.cfg (or just uninstalled)
* `git commit v1.x` (as from `make version`)
* `git push` # if necessary
* wait for github workflows to be okay
* prepare a tmp.changes.txt
* `git tag -F tmp.changes.txt v1.x` to the version in setup.cfg
* `make tag`
* and `git tag -F tmp.changes.txt v1.x`
* `git push --tags`
* update the short description on github
* `make build` and following `twine upload` as shown
* `make build`
* and following `twine upload` as shown
2 changes: 1 addition & 1 deletion centos-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
__copyright__ = "(C) 2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
2 changes: 1 addition & 1 deletion docker_mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__copyright__ = "(C) 2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

from collections import OrderedDict, namedtuple
import os.path
Expand Down
2 changes: 1 addition & 1 deletion docker_mirror.tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__copyright__ = "(C) 2018-2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

from typing import Union, Optional, List, Dict, cast
import sys
Expand Down
2 changes: 1 addition & 1 deletion dockerdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"""

__copyright__ = """ (c) 2015-2022 Guido Draheim """
__version__ = "1.7.6262"
__version__ = "1.7.6334"
import sys
import re
import os
Expand Down
2 changes: 1 addition & 1 deletion opensuse-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "(C) 2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down
2 changes: 1 addition & 1 deletion scripts/filelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "(C) 2018-2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/mirrorlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "(C) 2018-2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/mirrors.fedoraproject.org.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
__copyright__ = "(C) 2018-2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

import optparse
import os
Expand Down
2 changes: 1 addition & 1 deletion scripts/repodata-fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "(C) 2018-2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

import xml.dom.minidom as minidom
import os.path as path
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = docker-mirror-packages-repo
version = 1.7.6262
version = 1.7.6334
author = Guido U. Draheim
author_email = Guido.Draheim@gmx.de
license = CC0
Expand Down
2 changes: 1 addition & 1 deletion ubuntu-docker-mirror.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__copyright__ = "(C) 2024 Guido Draheim"
__contact__ = "https://github.com/gdraheim/docker-mirror-packages-repo"
__license__ = "CC0 Creative Commons Zero (Public Domain)"
__version__ = "1.7.6262"
__version__ = "1.7.6334"

# from __future__ import literal_string_interpolation # PEP498 Python3.6
from typing import Optional, Dict, List, Tuple, Union
Expand Down

0 comments on commit ad8f1b5

Please sign in to comment.