Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
agetpkg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
archlinux
agetpkg
Commits
9a6c38e9
Commit
9a6c38e9
authored
Sep 10, 2020
by
Seblu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move report URL into a global
parent
c30dddc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
agetpkg
agetpkg
+2
-2
No files found.
agetpkg
View file @
9a6c38e9
...
...
@@ -40,6 +40,7 @@ from xdg.BaseDirectory import save_cache_path
NAME
=
"agetpkg"
VERSION
=
"3"
ARCHIVE_URL
=
"https://archive.archlinux.org/packages/.all/"
REPORT_URL
=
"https://github.com/seblu/agetpkg/issues"
INDEX_FILENAME
=
"index.0.xz"
PKG_EXT
=
".pkg.tar.xz"
SIG_EXT
=
".sig"
...
...
@@ -394,8 +395,7 @@ def main():
error
(
exp
)
exit
(
Error
.
ERR_FATAL
)
except
Exception
as
exp
:
error
(
"Unknown error. Please report it with --debug"
)
error
(
"at https://github.com/seblu/agetpkg/issues."
)
error
(
f
"Unknown error. Please report it with --debug at
{
REPORT_URL
}
."
)
error
(
exp
)
if
getLogger
().
getEffectiveLevel
()
==
DEBUG
:
raise
...
...
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