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

Contents of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30