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

Contents of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30