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

Contents of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30