Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
3884d1ef
Commit
3884d1ef
authored
May 08, 2022
by
Philipp Hörist
Browse files
Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
parent
9d3abb72
Pipeline
#9806
passed with stage
in 6 seconds
Changes
15
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ci/deploy.py
View file @
3884d1ef
...
...
@@ -70,7 +70,7 @@ def download_package_index() -> ManifestT:
def
iter_manifests
()
->
Iterator
[
PackageT
]:
for
path
in
REPO_ROOT
.
rglob
(
'manifest.json'
):
for
path
in
REPO_ROOT
.
rglob
(
'
plugin-
manifest.json'
):
with
path
.
open
()
as
f
:
manifest
=
json
.
load
(
f
)
yield
manifest
,
path
.
parent
...
...
acronyms_expander/manifest.json
→
acronyms_expander/
plugin-
manifest.json
View file @
3884d1ef
File moved
anti_spam/manifest.json
→
anti_spam/
plugin-
manifest.json
View file @
3884d1ef
File moved
clients_icons/manifest.json
→
clients_icons/
plugin-
manifest.json
View file @
3884d1ef
File moved
length_notifier/manifest.json
→
length_notifier/
plugin-
manifest.json
View file @
3884d1ef
File moved
message_box_size/manifest.json
→
message_box_size/
plugin-
manifest.json
View file @
3884d1ef
File moved
now_listen/manifest.json
→
now_listen/
plugin-
manifest.json
View file @
3884d1ef
File moved
omemo/manifest.json
→
omemo/
plugin-
manifest.json
View file @
3884d1ef
File moved
openpgp/manifest.json
→
openpgp/
plugin-
manifest.json
View file @
3884d1ef
File moved
pgp/manifest.json
→
pgp/
plugin-
manifest.json
View file @
3884d1ef
File moved
plugins_translations/manifest.json
→
plugins_translations/
plugin-
manifest.json
View file @
3884d1ef
File moved
quick_replies/manifest.json
→
quick_replies/
plugin-
manifest.json
View file @
3884d1ef
File moved
regex_filter/manifest.json
→
regex_filter/
plugin-
manifest.json
View file @
3884d1ef
File moved
scripts/build_repository.py
View file @
3884d1ef
...
...
@@ -50,7 +50,7 @@ def iter_releases(release_folder: Path) -> Iterator[Dict[str, Any]]:
for
path
in
release_folder
.
rglob
(
'*.zip'
):
with
ZipFile
(
path
)
as
release_zip
:
try
:
with
release_zip
.
open
(
'manifest.json'
)
as
file
:
with
release_zip
.
open
(
'
plugin-
manifest.json'
)
as
file
:
manifest
=
json
.
load
(
file
)
yield
manifest
except
Exception
:
...
...
triggers/manifest.json
→
triggers/
plugin-
manifest.json
View file @
3884d1ef
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment