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

Annotation of /build_system/mgarepo/trunk/CHANGES

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.30