index
:
mgarepo
master
topic/V1_5_3
topic/V1_5_3@819
topic/V1_5_3@959
topic/V1_5_X
topic/V1_5_X@819
topic/V1_5_X@821
topic/V1_5_X@939
topic/V1_5_X@959
topic/V1_6_17
topic/V1_6_19_Y
topic/V1_6_X
topic/V1_6_X-ldapusers
topic/V1_6_X-mirrorsupport
topic/V1_8_X
topic/cancel
topic/oyvind
topic/progress
topic/pysvn-support
topic/python2
topic/upload-tarball
Package Management Tool
Nicolas Vigier [boklm]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
MgaRepo
Commit message (
Expand
)
Author
Age
Files
Lines
*
change githubimport into a github command with several ~sub-commands
Per Øyvind Karlsen
2016-06-30
2
-33
/
+53
*
add support for importing from remote url
Per Øyvind Karlsen
2016-06-30
1
-10
/
+13
*
add url to VCS class
Per Øyvind Karlsen
2016-06-30
4
-11
/
+28
*
support importing to github from local svn checkouts
Per Øyvind Karlsen
2016-06-30
1
-1
/
+5
*
add bindownload=True arg to clone for only disabling binrepo download
Per Øyvind Karlsen
2016-06-30
1
-2
/
+2
*
implement delete_repository()
Per Øyvind Karlsen
2016-06-29
1
-0
/
+8
*
in stead of creating new lists for fetchcmd with revision argument
Per Øyvind Karlsen
2016-06-29
1
-1
/
+3
*
split out repo initialization from clone() to init() and reuse update()
Per Øyvind Karlsen
2016-06-29
1
-57
/
+41
*
start on github ~bridge, so far only local git-svn repo import
Per Øyvind Karlsen
2016-06-29
3
-6
/
+114
*
convert bytes string to utf-8
Per Øyvind Karlsen
2016-06-29
1
-1
/
+4
*
make get_pkg_tag() accept path
Per Øyvind Karlsen
2016-06-28
1
-2
/
+2
*
store repo topdir in VCS class
Per Øyvind Karlsen
2016-06-28
4
-18
/
+34
*
improve getpkgtopdir() to return "friendlier" (normalized) paths
Per Øyvind Karlsen
2016-06-28
1
-9
/
+2
*
implement get_rpm_tag for getting package tags from spec file
Per Øyvind Karlsen
2016-06-28
1
-0
/
+18
*
raise error at end of protocol detection in detectVCS() too
Per Øyvind Karlsen
2016-06-28
1
-2
/
+1
*
don't make error throwing at end of detectVCS() conditional
Per Øyvind Karlsen
2016-06-28
1
-2
/
+1
*
start on a GitHub class...
Per Øyvind Karlsen
2016-06-27
1
-0
/
+10
*
vcs_dirname should be a static variable for VCS super class as it's
Per Øyvind Karlsen
2016-06-26
1
-1
/
+1
*
fix SyntaxError by passing keyword argument before **kwargs
Per Øyvind Karlsen
2016-06-26
1
-1
/
+1
*
avoid trailing newline after last %changelog entry
Per Øyvind Karlsen
2016-06-03
1
-2
/
+4
*
single newline before %changelog is sufficient
Per Øyvind Karlsen
2016-06-03
1
-1
/
+1
*
implement support for applying %changelog with 'mgarepo buildrpm -l'
Per Øyvind Karlsen
2016-06-03
2
-2
/
+27
*
check whether target path contains either of svn or git repo
Per Øyvind Karlsen
2016-06-03
2
-4
/
+5
*
Merge branch 'git' of github.com:mdkcauldron/mgarepo into git
Per Øyvind Karlsen
2016-06-03
2
-5
/
+14
|
\
|
*
Support using DNF instead of urpmi for buildrpm
Neal Gompa
2016-06-01
2
-5
/
+14
*
|
implement optional conversion of svn author to full name & email
Per Øyvind Karlsen
2016-06-03
4
-10
/
+72
*
|
improve class for mapping usernames to Full Name <username@mageig.org>
Per Øyvind Karlsen
2016-06-03
1
-10
/
+24
|
/
*
fix incorrect naming of targetpath variable
Per Øyvind Karlsen
2016-06-02
1
-1
/
+1
*
fix so cloning into git repositories and updating of works targetpath
Per Øyvind Karlsen
2016-06-01
1
-3
/
+3
*
make sure target path doesn't already have svn checkout before cloning
Per Øyvind Karlsen
2016-06-01
1
-1
/
+4
*
add an additional check to verify username against html page of
Per Øyvind Karlsen
2016-06-01
1
-1
/
+4
*
rather get more up to date list of users from https://people.mageia.org/u/
Per Øyvind Karlsen
2016-06-01
1
-5
/
+30
*
use (dated) mageia user map from svn-git-migration metadata
Per Øyvind Karlsen
2016-06-01
4
-9
/
+31
*
fix incorrectly named class
Per Øyvind Karlsen
2016-06-01
1
-1
/
+1
*
fix typo
Per Øyvind Karlsen
2016-06-01
1
-1
/
+1
*
print command to be executed by execcmd() again if verbose config is enabled
Per Øyvind Karlsen
2016-06-01
1
-0
/
+4
*
make sure " (not released yet)\n" message for revisions not released is
Per Øyvind Karlsen
2016-06-01
1
-2
/
+4
*
fix issue with utf-8 encodig for rpmlog when utf-8 locale isn't set
Per Øyvind Karlsen
2016-05-31
1
-0
/
+3
*
if no email defined, at least default to author@mageia.org
Per Øyvind Karlsen
2016-05-31
1
-1
/
+1
*
simplify initialization of ElementTree
Per Øyvind Karlsen
2016-05-31
1
-10
/
+4
*
make sure there's a buffer before trying to read what's left
Per Øyvind Karlsen
2016-05-31
1
-1
/
+2
*
rewrite rpm changelog generator to parse svn xml log
Per Øyvind Karlsen
2016-05-31
1
-45
/
+24
*
fix rev_touched_url()
Per Øyvind Karlsen
2016-05-31
1
-1
/
+1
*
make sure execcmd() handles large read buffers
Per Øyvind Karlsen
2016-05-31
1
-5
/
+11
*
adapt to removal of rpm_macros_defs()
Per Øyvind Karlsen
2016-05-31
1
-6
/
+5
*
handle lists as argument for execcmd
Per Øyvind Karlsen
2016-05-30
1
-3
/
+6
*
add support for optionally installing build depedencies by default
Per Øyvind Karlsen
2016-05-30
2
-3
/
+29
*
verbose should be True..
Per Øyvind Karlsen
2016-05-30
1
-1
/
+1
*
add --short-circuit support with buildrpm -s
Per Øyvind Karlsen
2016-05-30
2
-2
/
+7
*
add support for specifying build stage
Per Øyvind Karlsen
2016-05-30
2
-2
/
+3
[next]