Log In
bug
/
pagure
Clone
Source Code
GIT
Source
Issues
1
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
5ab53d
Make it possible to only run gitolite post compilation stage when necessary
7 files
Authored by Slavek Kabrda
6 years ago
, Committed by Pierre-Yves Chibon
6 years ago
,
raw
patch
tree
parent
7 files changed.
69 lines added
.
4 lines removed
.
pagure/flask_app.py
file modified
+3
-1
pagure/lib/__init__.py
file modified
+5
-2
pagure/lib/git_auth.py
file modified
+13
-0
pagure/lib/tasks.py
file modified
+17
-0
pagure/ui/app.py
file modified
+1
-0
tests/test_pagure_lib.py
file modified
+10
-0
tests/test_tasks.py
file modified
+20
-1
Make it possible to only run gitolite post compilation stage when necessary
pagure/flask_app.py
file modified
+3
-1
pagure/lib/__init__.py
file modified
+5
-2
pagure/lib/git_auth.py
file modified
+13
-0
pagure/lib/tasks.py
file modified
+17
-0
pagure/ui/app.py
file modified
+1
-0
tests/test_pagure_lib.py
file modified
+10
-0
tests/test_tasks.py
file modified
+20
-1