Skip to content

Commit

Permalink
[CI/CD] pre-commit autoupdate (#3060)
Browse files Browse the repository at this point in the history
* [CI/CD] pre-commit autoupdate

* ci: fix Ubuntu Noble test, failing on firefox package upgrade

Ubuntu Noble Firefox is now forefully installed as snap, which fails to upgrade/install in the GitHub runner. Purge it, since who the hack requries Firefox in an actions runner ...

Signed-off-by: MichaIng <[email protected]>

* Update translation files

---------

Signed-off-by: MichaIng <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: MichaIng <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent 20b8829 commit 7aa6ebc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
run: |
# https://github.com/actions/runner-images/pull/9956
# ERROR: Cannot uninstall pip 24.0, RECORD file not found. Hint: The package was installed by debian.
sudo apt-get autopurge needrestart python3-pip python3-setuptools python3-wheel
# new firefox package pre-installation script subprocess returned error exit status 1
sudo apt-get autopurge needrestart python3-pip python3-setuptools python3-wheel firefox
# error: externally-managed-environment
echo -e '[global]\nbreak-system-packages=true' | sudo tee /etc/pip.conf
- run: sudo apt-get -q update
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repos:
args:
- --skip=B104,B105,B108,B110,B301,B310,B321,B324,B402,B403,B404,B602,B603,B604,B605,B607,B701
- repo: https://github.com/python/black
rev: 24.8.0
rev: 24.10.0
hooks:
- id: black
args: [--skip-string-normalization]
Expand Down
6 changes: 1 addition & 5 deletions motioneye/locale/motioneye.js.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-06-18 20:44+0000\n"
"POT-Creation-Date: 2024-10-09 21:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -241,10 +241,6 @@ msgstr ""
msgid "aldonadi kameraon..."
msgstr ""

#: motioneye/static/js/main.js:3555
msgid "bone"
msgstr ""

#: motioneye/static/js/main.js:3592 motioneye/static/js/main.js:3891
msgid "Uzantnomo"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions motioneye/locale/motioneye.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2024-06-18 20:44+0000\n"
"POT-Creation-Date: 2024-10-09 21:44+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.15.0\n"
"Generated-By: Babel 2.16.0\n"

#: motioneye/server.py:232
msgid "interrompa signalo ricevita, fermanta …"
Expand Down

0 comments on commit 7aa6ebc

Please sign in to comment.