Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
bba647b6
Commit
bba647b6
authored
4 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Add compatibility note.
parent
b12f8c37
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
irkerhook.py
+8
-3
8 additions, 3 deletions
irkerhook.py
with
8 additions
and
3 deletions
irkerhook.py
+
8
−
3
View file @
bba647b6
#!/usr/bin/env python
#!/usr/bin/env python
# Copyright (c) 2012 Eric S. Raymond <esr@thyrsus.com>
# Copyright (c) 2012 Eric S. Raymond <esr@thyrsus.com>
#
Distributed und
er BSD
terms.
#
SPDX-License-Identifi
er
:
BSD
-2-Clause
#
#
# This script contains git porcelain and porcelain byproducts.
# This script contains git porcelain and porcelain byproducts.
# Requires Python 2.6, or 2.5 with the simplejson library installed.
# Requires either Python 2.6, or 2.5 with the simplejson library installed
# or Python 3.x.
#
#
# usage: irkerhook.py [-V] [-n] [--variable=value...] [commit_id...]
# usage: irkerhook.py [-V] [-n] [--variable=value...] [commit_id...]
#
#
...
@@ -13,6 +14,7 @@
...
@@ -13,6 +14,7 @@
#
#
# See the irkerhook manual page in the distribution for a detailed
# See the irkerhook manual page in the distribution for a detailed
# explanation of how to configure this hook.
# explanation of how to configure this hook.
from
__future__
import
print_function
# The default location of the irker proxy, if the project configuration
# The default location of the irker proxy, if the project configuration
# does not override it.
# does not override it.
...
@@ -573,4 +575,7 @@ if __name__ == "__main__":
...
@@ -573,4 +575,7 @@ if __name__ == "__main__":
for
commit
in
commits
:
for
commit
in
commits
:
ship
(
extractor
,
commit
,
not
notify
)
ship
(
extractor
,
commit
,
not
notify
)
#End
# The following sets edit modes for GNU EMACS
# Local Variables:
# mode:python
# End:
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment