/[soft]/build_system/mgarepo/trunk/CHANGES
ViewVC logotype

Contents of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


Revision 229 - (show annotations) (download)
Thu Jan 6 15:03:45 2011 UTC (13 years, 3 months ago) by boklm
File size: 7487 byte(s)
mgarepo version 1.9.3
1 * 1.9.3
2 - enable binrepo in create-srpm
3 - update repsys.conf for Mageia
4
5 * 1.9.2-binrepo
6 - add .xz files in binrepo
7
8 * 1.9.1-binrepo
9 - fix problem with python threads on 2010.1
10
11 * 1.9-binrepo
12 - added support to "binary repository"
13 - added new commands upload, up and del to help handling tarballs in the
14 binaries repository
15
16 * 1.9
17 - really fixed -M
18 - new command log: shows the svn log for a given package
19 - added option -s to co, to allow checking out only SPECS
20 - use a better message when checking out from the mirror
21 - show the path where getspec wrote the spec file
22
23 * 1.8
24 - make the -M option work again
25 - sync now adds the spec file (pointed by blino)
26 - fixed putsrpm to not create old log files for packages without changelog
27 - submit now can fetch the revision number if not specified (it also shows
28 the author and the first line of the commit)
29 - allow submitting many packages at once, even without support on server
30 side (the same behavior as running repsys submit for each package)
31 - append a parameter sid=UUID for every set of packages submitted
32 - strip username from package URL on submit (#53939)
33 - clearer error message when svn co fails
34 - svn authentication errors are handled, pointing to the wiki page on
35 configuration
36 - svn commands will not be shown on error messages, unless using --debug
37 - repsys uses the wrapper repsys-ssh for svn, to handle signals and also
38 set BatchMode
39 - added the configuration option svn-env
40 - show the error from rpm when fetching the version from a spec fails
41
42 * 1.7
43 - dropped all authenticated access support: subversion authentication has
44 been broken for a long time and the workarounds weren't decent. It will
45 be back in 1.7.x.
46 - added configuration option svn-command in the global section, allowing
47 to replace the default svn command
48 - force svn+ssh:// URLs to be in BatchMode, in order to not have any
49 interactivity at all with ssh
50 - fixed incompatibility with Python-2.4 on urlparse
51 - fixed emptylog message, which was not being shown when needed
52 - distributions can be specified by using <distro>/<package> in all
53 commands
54 - allow submitting many packages at once (#28352)
55 - package revisions in submit are now specified with name@nnn
56 - the user can define groups of packages to be submitted in the section
57 "submit-groups"
58 - make 'repsys submit' without package name or revision number work again
59 - added option --distro to submit
60 - make putsrpm work again
61 - added subcommand import as an alias to putsrpm
62 - template: hide the first release when it has only invisible lines
63 - added initial man page
64 - allow resorting changelog entries through the config option sort in the
65 log section
66 - added rpmlog options: -o to append the old changelog, -p to append the
67 changelog found in the spec, and -s to resort all changelog entries
68 - rpmlog, getsrpm, getspec and changed will use the mirror if enabled
69 - don't hide authors with only the first revision SILENTed (#41117)
70 - fixed bad url used when using -v in getsrpm
71 - if REPSYS_CONF is set, /etc/repsys.conf and ~/.repsys/config will not be
72 readed anymore
73 - sort the final changelog by enabling the option sort in the log section
74 - merge the changelog found in the spec by enabling the option merge-spec
75 in the log section
76 - changed the built-in template to the current default.chlog
77 - added option -d to repsys sync, to download the missing source files
78 - added option -F to repsys ci to set a log message file
79 - added option --strict to getsrpm to check if the revision provided
80 matches the package URL;
81 - changed the default command to build SRPMs to rpmbuild
82 - added configuration option rpmbuild to the section helper, to define the
83 command used to build packages
84 - added boolean configuration option strict-revision in the submit
85 section, to allow forcing the use of --strict
86 - added option --list in create-srpm to list the available targets
87 - make submit -l work on svn+ssh:// targets
88 - the fix for the unreleased commits problem in the previous release was
89 wrong, really fixed it
90 - moved all configuration options that will hardly be changed to
91 repsys-example.conf; we now have a shorter repsys.conf
92 - fixed the use of file:/// URLs when using just the package name
93 - allow using submit with package URLs having usernames
94 - don't give the wrong message "invalid command 'CMD'" when this is not
95 the case
96 - added more help messages in subcommands
97
98 * 1.6.19
99 - added complement for SILENT: CLOG, which hides everything that does not
100 start with this token
101 - fixed generation of unreleased commits, it was using the previous
102 markrelease revision as reference
103 - added option -o to 'co' to disable the use of mirror when checking out
104
105 * 1.6.18
106 - added the subcommand "switch" to help with mirrors support
107 - initialize plugins in create-srpm too
108 - changelog: perform less svn calls to obtain release number and oldlog
109 - changelog: show epoch even in the entry not released
110 - changelog: make default.chlog compatible with cheetah-2
111 - make "sync" compatible with rpm-4.4.8 behavior
112 - "co" don't use mirror when URL is provided
113 - "ci" don't relocate back to mirrors after commit (should use switch)
114 - ldapusers: added options ldap-uri and ldap-starttls
115 - fixed use of __import__, incompatible with python2.4 in plugin support
116 - fixed bug of wrong paths when using mirrors
117
118 * 1.6.17
119 - brought from mdvsys world the sync command
120 - ldapusers: the configuration format has changed, now it uses python
121 template strings
122 - ldapusers: many fixes: better error messages, ldap-port working, results
123 contain only the fields needed, unbinding after search, filters are
124 escaped
125
126 * 1.6.16
127 - introduced the plugin ldapusers: repsys user data obtained from LDAP;
128 this plugin is builtin
129 - added support to plugins, and the hability to wrap configuration sections
130 - added workaround in the template to ignore empty releases
131 - added initial support to mirrors, as requested by mrl; it required the
132 new subcommand "ci"
133 - changelogs from misc/ will come from HEAD and should be escaped (%%)
134
135 * 1.6.15
136 - empty changelog entries are now shown, with a EMPTYLOG tag to allow
137 rpmlint warn the developer about it
138 - check (and warn) if a temporary package has already been removed before
139 trying to remove it
140
141 * 1.6.2b
142 - make submit pass --define options to create-srpm script
143 - print error message when create-srpm fails
144 - make get_srpm return the srpms list
145 - add upload-srpm support in create-srpm
146
147 * 1.6.2a
148 - moved revision-offset to [log] section and added a comment
149
150 * 1.6.2
151 - reimplemented the option -n for rpmlog, which now uses the svn option
152 --limit.
153 - added the option revision-offset, for the Zero Day Revision issue.
154 - small fix in main repsys help message
155
156 * 1.6.1
157 - added option url-map, as an workaround for svn+ssh:// urls problems
158 - added configuration sectiom "helper"
159 - added getsrpm-mdk and create-srpm to setup.py
160 - added option -r to submit
161
162 * 1.6.0
163 - improved markrelease command line parsing
164 - changelogs entries are now groupped by author, and sorted by revision
165 number
166 - the changelog now is generated using the Cheetah Template Engine, to
167 allow quick modifications without spending time reading code and
168 introducing new bugs
169 - consequently, was added an option "-T <file>" to rpmlog and getsrpm to
170 allow choosing the path of the template to be used
171 - added options noauth=0, and baseurl=None in order to disable the
172 authentication in some url schemes (http:// and file://)
173 - replaced some "cl" references to "mdv"

  ViewVC Help
Powered by ViewVC 1.1.30