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

Contents of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30