65ec90d
%{!?python_site: %global python_site %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(0)")}
Michal Toman eee810c
Michal Toman eee810c
Summary: Application for remote coredump analysis
Michal Toman eee810c
Name: retrace-server
7b07246
Version: 1.17.0
7b07246
Release: 1%{?dist}
Michal Toman eee810c
License: GPLv2+
Michal Toman eee810c
Group: Applications/System
7b07246
URL: https://github.com/abrt/retrace-server
7b07246
Source0: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
Michal Toman eee810c
Michal Toman dbebecd
BuildArch: noarch
Michal Toman dbebecd
Michal Toman eee810c
BuildRequires: intltool
Michal Toman eee810c
BuildRequires: libtool
Michal Toman eee810c
BuildRequires: texinfo
Michal Toman 045cecb
BuildRequires: asciidoc
Michal Toman 045cecb
BuildRequires: xmlto
Michal Toman eee810c
Michal Toman eee810c
%{?el6:Requires: python-argparse}
Michal Toman eee810c
Requires: rsync
Michal Toman 931d27a
Requires: mock >= 1.1.11
Michal Toman eee810c
Requires: xz
Michal Toman 3ce662e
Requires: gzip
Michal Toman 3ce662e
Requires: bzip2
Michal Toman 3ce662e
Requires: tar
Michal Toman 3ce662e
Requires: p7zip
Michal Toman 3ce662e
Requires: unzip
7b07246
Requires: lzop
Michal Toman eee810c
Requires: elfutils
Michal Toman eee810c
Requires: createrepo
Michal Toman eee810c
Requires: mod_wsgi
Michal Toman eee810c
Requires: mod_ssl
Michal Toman eee810c
Requires: python-webob
Jakub Filak e6bc6c4
Requires: sqlite
Michal Toman 931d27a
Requires: yum-utils
Michal Toman 75bd471
Requires: crash >= 5.1.7
Michal Toman 3ce662e
Requires: wget
Michal Toman 3ce662e
Requires: kexec-tools
Michal Toman bd243ed
Requires: python-magic
Michal Toman eee810c
Requires(preun): /sbin/install-info
Michal Toman eee810c
Requires(post): /sbin/install-info
Jakub Filak e6bc6c4
Requires(post): /usr/bin/crontab
Michal Toman eee810c
Michal Toman eee810c
Obsoletes: abrt-retrace-server < 2.0.3
Michal Toman eee810c
Provides: abrt-retrace-server = 2.0.3
Michal Toman eee810c
Michal Toman eee810c
%description
Michal Toman eee810c
The retrace server provides a coredump analysis and backtrace
Michal Toman eee810c
generation service over a network using HTTP protocol.
Michal Toman eee810c
Michal Toman eee810c
%prep
Michal Toman eee810c
%setup -q
Michal Toman eee810c
Michal Toman eee810c
%build
7b07246
autoconf
Michal Toman eee810c
%configure
Michal Toman eee810c
make %{?_smp_mflags}
Michal Toman eee810c
Michal Toman eee810c
%install
Michal Toman eee810c
make install DESTDIR=${RPM_BUILD_ROOT} mandir=%{_mandir}
Michal Toman eee810c
Michal Toman eee810c
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/cache/%{name}
Michal Toman 75bd471
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/cache/%{name}/kernel
Michal Toman 3ce662e
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/cache/%{name}/download
Michal Toman 045cecb
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/log/%{name}
Michal Toman eee810c
mkdir -p ${RPM_BUILD_ROOT}/%{_localstatedir}/spool/%{name}
Michal Toman eee810c
mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/%{name}
Michal Toman eee810c
Michal Toman eee810c
rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
Michal Toman eee810c
Michal Toman eee810c
%{find_lang} %{name}
Michal Toman eee810c
Michal Toman 045cecb
%pre
Michal Toman 045cecb
#retrace uid/gid reserved in setup, rhbz #706012
7b07246
%define retrace_gid_uid 174
Michal Toman 045cecb
getent group retrace > /dev/null || groupadd -f -g %{retrace_gid_uid} --system retrace
Michal Toman 045cecb
getent passwd retrace > /dev/null || useradd --system -g retrace -u %{retrace_gid_uid} -d %{_datadir}/%{name} -s /sbin/nologin retrace
Michal Toman 045cecb
exit 0
Michal Toman 045cecb
Michal Toman eee810c
%post
Michal Toman eee810c
/sbin/install-info %{_infodir}/%{name} %{_infodir}/dir 2> /dev/null || :
Michal Toman 3ce662e
/usr/sbin/usermod -a -G mock retrace 2> /dev/null || :
Michal Toman dbebecd
Michal Toman 931d27a
if [ "$1" = 1 ]
Michal Toman 931d27a
then
Michal Toman b45e404
#add disabled crontab entries to retrace's crontab
7b07246
    %define retrace_crontab_entry0 "# 0 * * * * /usr/bin/retrace-server-cleanup >> /var/log/retrace-server/cleanup_error.log 2>&1"
7b07246
    %define retrace_crontab_entry1 "#0 0,12 * * * /usr/bin/retrace-server-reposync fedora 15 i386 >> /var/log/retrace-server/reposync_error.log 2>&1"
7b07246
    %define retrace_crontab_entry2 "#0 2,14 * * * /usr/bin/retrace-server-reposync fedora 15 x86_64 >> /var/log/retrace-server/reposync_error.log 2>&1"
7b07246
    %define retrace_crontab_entry3 "#0 4,16 * * * /usr/bin/retrace-server-reposync fedora 16 i386 >> /var/log/retrace-server/reposync_error.log 2>&1"
7b07246
    %define retrace_crontab_entry4 "#0 6,18 * * * /usr/bin/retrace-server-reposync fedora 16 x86_64 >> /var/log/retrace-server/reposync_error.log 2>&1"
7b07246
    %define retrace_crontab_entry5 "#0 8,20 * * * /usr/bin/retrace-server-reposync fedora rawhide i386 >> /var/log/retrace-server/reposync_error.log 2>&1"
7b07246
    %define retrace_crontab_entry6 "#0 10,22 * * * /usr/bin/retrace-server-reposync fedora rawhide x86_64 >> /var/log/retrace-server/reposync_error.log 2>&1"
Michal Toman b45e404
Michal Toman 3ce662e
    (crontab -u retrace -l 2> /dev/null; echo %{retrace_crontab_entry0}; \
Michal Toman b45e404
     echo %{retrace_crontab_entry1}; echo %{retrace_crontab_entry2}; \
Michal Toman b45e404
     echo %{retrace_crontab_entry3}; echo %{retrace_crontab_entry4}; \
Michal Toman b45e404
     echo %{retrace_crontab_entry5}; echo %{retrace_crontab_entry6};) | crontab -u retrace - 2> /dev/null
Michal Toman 931d27a
fi
Michal Toman eee810c
Michal Toman eee810c
%preun
Michal Toman eee810c
if [ "$1" = 0 ]
Michal Toman eee810c
then
Michal Toman 045cecb
    /sbin/install-info --delete %{_infodir}/retrace-server %{_infodir}/dir 2> /dev/null || :
Michal Toman b45e404
Michal Toman b45e404
#comment entries in retrace's crontab
Michal Toman b45e404
    (crontab -u retrace -l 2> /dev/null | sed "s,^\([^#].*\)$,#\1,g") | crontab -u retrace - 2> /dev/null
Michal Toman eee810c
fi
Michal Toman eee810c
Michal Toman eee810c
%files -f %{name}.lang
Michal Toman eee810c
%defattr(-,root,root,-)
Michal Toman eee810c
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}-httpd.conf
Michal Toman eee810c
%config(noreplace) %{_sysconfdir}/%{name}.conf
Michal Toman 045cecb
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
Michal Toman 045cecb
%dir %attr(0755,retrace,retrace) %{_localstatedir}/cache/%{name}
Michal Toman 3ce662e
%dir %attr(0755,retrace,retrace) %{_localstatedir}/cache/%{name}/kernel
Michal Toman 3ce662e
%dir %attr(0755,retrace,retrace) %{_localstatedir}/cache/%{name}/download
Michal Toman 3ce662e
%dir %attr(0750,retrace,retrace) %{_localstatedir}/log/%{name}
Michal Toman bd243ed
%dir %attr(0770,retrace,retrace) %{_localstatedir}/spool/%{name}
Michal Toman eee810c
%dir %{_datadir}/%{name}
Michal Toman dbebecd
%{_bindir}/%{name}-worker
Michal Toman 3ce662e
%{_bindir}/%{name}-interact
Michal Toman eee810c
%{_bindir}/%{name}-cleanup
Michal Toman eee810c
%{_bindir}/%{name}-reposync
7b07246
%{_bindir}/%{name}-reposync-faf
7b07246
%{_bindir}/%{name}-plugin-checker
Michal Toman bd243ed
%{_bindir}/bt_filter
Michal Toman eee810c
%{_bindir}/coredump2packages
Michal Toman 931d27a
%{python_site}/retrace/*
Michal Toman eee810c
%{_datadir}/%{name}/*
7b07246
%doc %{_mandir}/man1/%{name}-cleanup.1*
7b07246
%doc %{_mandir}/man1/%{name}-interact.1*
7b07246
%doc %{_mandir}/man1/%{name}-reposync.1*
7b07246
%doc %{_mandir}/man1/%{name}-worker.1*
Michal Toman eee810c
%doc %{_infodir}/%{name}*
7b07246
%doc COPYING README.md
Michal Toman eee810c
17f13aa
%if 0%{?rhel} > 5 && 0%{?rhel} < 8
17f13aa
    %exclude /usr/share/doc/retrace-server/README.md
17f13aa
%endif
17f13aa
Michal Toman eee810c
%changelog
7b07246
* Thu Mar 30 2017 Matej Marusak <mmarusak@redhat.com> 1.17.0-1
7b07246
- Enable creating releases with makefile
7b07246
- Introduce gen-version
7b07246
- Do not use fedorahosted.org as source
7b07246
- Include md5sum of original archive in summary page
7b07246
- Do not try to get default time when ftptask
7b07246
- Fix character escape typo
7b07246
- Change retrace-server httpd config
7b07246
- Modify search for existing vmlinux files in cache to handle older kernel-debuginfos
7b07246
- Default to hex mode for crash commands involving backtraces.
7b07246
- Create directories for tests if they are not present
7b07246
- Don't mention old wiki page
7b07246
- Fix double call of _fail method
7b07246
- Update README
7b07246
- Allow any compression of man pages
7b07246
- Autogen without args configures for debugging
7b07246
- Run 'configure' at the end of 'autogen'
7b07246
- Improve autogen to list and install dependencies
7b07246
- Avoid circular dependency on kernel-debuginfo for vmlinux files already in cache
7b07246
- Add plugin checking action
7b07246
- Update documentation of plugin in README
7b07246
- Use short form rhel when creating repository
7b07246
- Fix methods arguments
7b07246
- Move global variables to config.py.in
7b07246
- Recover from missing start/finish task files
7b07246
- Change error message in cleanup script
7b07246
- Add '-ascending' argument to gdb
7b07246
- Use devtoolset-4-gdb when used on RHEL
7b07246
- Enable creating repository from faf repository
7b07246
- Add 'make check'
7b07246
- Correct eu-unstrip parser if FILE is .
7b07246
- Not mark packages with different architectures as duplicity
7b07246
- Separate worker start_retrace method
7b07246
- Add class to wrap plugins accessing
7b07246
- Add class to wrap configuration file reading
7b07246
- Delete python labels when no python backtrace available
7b07246
- Git ignore bytecode
7b07246
- Add python backtrace, source and locals into backtrace
7b07246
- Move src/lib to src/retrace to make testing retrace-server easier
7b07246
- Add "exploitable" into LocationMatch in the httpd.conf
7b07246
- Fix invalid syntax error in sys.stderr.print()
Jakub Filak 7dd895f
Jakub Filak f2a50c3
* Thu Jun 2 2016 Jakub Filak <jfilak@redhat.com> - 1.16-1
Jakub Filak f2a50c3
- Log failed to start tasks
Jakub Filak f2a50c3
- Gracefully handle the worker errors
Jakub Filak f2a50c3
- Move the FTP query operation to an AJAX operation
Jakub Filak f2a50c3
- Fix duplicate email if a vmcore task fails to determine the kernel version
Jakub Filak f2a50c3
- Fix typo preventing email notifications from working.
Jakub Filak f2a50c3
- Correct eu-unstrip parser if FILE is '-'
Jakub Filak 6f822cf
- Allow package names with Epoch
Jakub Filak 6f822cf
Jakub Filak 9e709a0
* Fri Mar 18 2016 Jakub Filak <jfilak@redhat.com> - 1.15-1
Jakub Filak 9e709a0
- Correct paths to Fedora development releases
Jakub Filak 9e709a0
- Fix small problem with strip_vmcore calling prepare_debuginfo
Jakub Filak 9e709a0
- Avoid calling prepare_debuginfo from retrace-server-interact after kernel version detection
Jakub Filak 9e709a0
- Move prepare_debuginfo and strip_vmcore inside RetraceTask
Jakub Filak 9e709a0
- Add vmlinux file inside RetraceTask
Jakub Filak 9e709a0
- Fix bt_filter missing last task/PID read if the last line was not blank
Jakub Filak 9e709a0
- Update the release information to be dynamic based off of plugins
Jakub Filak 9e709a0
- Including a Red Hat Enterprise Linux plugin
Jakub Filak 9e709a0
- Mock logging into retrace task's dir
Jakub Filak 9e709a0
- Enforce uniform mode bits for almost all RetraceTask files
Jakub Filak 9e709a0
- Fix incorrect group permissions when writing RetraceServer files especially with interactive mode
Jakub Filak 9e709a0
- Fix retrace-server-worker --restart backtrace due to unwriteable retrace_log
7b07246
- Correct license address
7b07246
- Add VMCoreTask and UsrCoreTask to config
Jakub Filak 684999b
Jakub Filak 7983bd6
* Tue Feb 16 2016 Jakub Filak <jfilak@redhat.com> - 1.14-1
7b07246
- generated config.py for the target platform at build time
7b07246
- update URL patterns for Fedora repositories
7b07246
- spec: add sqlite and cron to requirements
7b07246
- set "crash" inside get_crash_cmd file if the file does not exist
7b07246
- fix get_use_mock typo
7b07246
- use %%global for the nested python_site macro instead of %%define
7b07246
7b07246
* Mon Oct 05 2015 Michal Toman <mtoman@fedoraproject.org> 1.13-1
7b07246
- update handling of RT kernels
7b07246
- do not forward error messages from 'strings' to actual stderr
7b07246
- do not die if RepoDir has no subdirs
7b07246
- allow 32-bit crash to be executed on 64-bit hosts
7b07246
- add bits for script hooks
7b07246
- better integration with FAF
7b07246
- refactor worker
Jakub Filak e6bc6c4
Michal Toman 1182a87
* Wed Mar 11 2015 Michal Toman <mtoman@fedoraproject.org> 1.12-4
Michal Toman 1182a87
- fix the invocation of mock shell
Michal Toman 1182a87
Michal Toman 5055711
* Tue Mar 03 2015 Michal Toman <mtoman@fedoraproject.org> 1.12-3
Michal Toman 5055711
- manager.wsgi - fix kernelver handling (harshula@redhat.com)
Michal Toman 5055711
- add support for ppc64le and aarch64
Michal Toman 5055711
Michal Toman e5af5dc
* Thu Jul 31 2014 Michal Toman <mtoman@redhat.com> 1.12-1
Michal Toman e5af5dc
- do not run kmem on vmcores by default
Michal Toman e5af5dc
- fix group readability of vmcores
Michal Toman e5af5dc
- add support for lzop compression
Michal Toman e5af5dc
- add DeleteFailedTaskAfter config option
Michal Toman e5af5dc
- add arch-based remote execution
Michal Toman e5af5dc
- add set-success and set-fail actions to retrace-server-interact
Michal Toman e5af5dc
- add config sanity checks to retrace-server-cleanup
Michal Toman e5af5dc
7b07246
* Thu Mar 13 2014 Michal Toman <mtoman@redhat.com> 1.11-2
7b07246
- fix changelog
7b07246
- do not run 'kmem' crash command by default
Michal Toman 5055711
Michal Toman 77e33bd
* Thu Feb 27 2014 Michal Toman <mtoman@redhat.com> 1.11-1
7b07246
- do not die trying to chmod a hardlink
7b07246
- only hardlink unpacked vmcores
Michal Toman 77e33bd
- print command line formatted correctly
Michal Toman 77e33bd
- allow submitting vmcores with spaces in file name
Michal Toman 77e33bd
- do not run makedumpfile when not necessary
Michal Toman 77e33bd
- allow to specify kernel VRA with custom cores
Michal Toman 77e33bd
- do not require the trailing slash in task manager URL
Michal Toman 77e33bd
- do not kill retrace-server-cleanup when retrace_log does not exist
Michal Toman 77e33bd
- cache kernel version into task directory
Michal Toman 77e33bd
- add support for ppc64, s390x
Michal Toman 77e33bd
- include floating point registers in userspace backtraces
Michal Toman 77e33bd
- execute ABRT's exploitability plugin if available
Michal Toman 77e33bd
Michal Toman ab93067
* Wed Aug 21 2013 Michal Toman <mtoman@redhat.com> 1.10-1
Michal Toman ab93067
- add possibility to make case number clickable
Michal Toman ab93067
- support local files in 'Custom core location'
Michal Toman ab93067
- create the stats database group-writable
Michal Toman ab93067
- do not die when saving stats fails
Michal Toman ab93067
- add possibility to restart task
Michal Toman ab93067
- do not show the output of 'mod -S' in crash
Michal Toman ab93067
- change directory to $MISCDIR after jumping to crash
Michal Toman ab93067
- load correct flavour for el4 kernels
Michal Toman ab93067
- do not kill tasks started from task manager
Michal Toman ab93067
- do not die if task manager is disabled
Michal Toman ab93067
- add basic support for ARM
Michal Toman ab93067
- find correct debuginfo for realtime kernels
Michal Toman ab93067
- fix httpd config for apache 2.4
Michal Toman ab93067
- use mtime instead of atime in RetraceTask.get_age()
Michal Toman ab93067
- use correct suffixes when unpacking archives
Michal Toman ab93067
- do not die if module list can't be read from vmcore
Michal Toman ab93067
- add support for X-CoreFileDirectory header
Michal Toman ab93067
- add support for tweaking yum config in reposync
Michal Toman ab93067
- rework reposync logging
Michal Toman ab93067
- accept package list in the archive with crash data
Michal Toman ab93067
- try harder to find ix86 debuginfo in koji
Michal Toman ab93067
Michal Toman bd243ed
* Wed Mar 20 2013 Michal Toman <mtoman@redhat.com> 1.9-1
Michal Toman bd243ed
- guess debuginfo name correctly for <= el4
Michal Toman bd243ed
- rename _log to retrace-log
Michal Toman bd243ed
- fix cross-arch vmcores processing
Michal Toman bd243ed
- debug mode checked by default in task manager
Michal Toman bd243ed
- fix typos
Michal Toman bd243ed
- touch task directory when using retrace-server-interact
Michal Toman bd243ed
- forward kernel version from command line correctly
Michal Toman bd243ed
- parse flavoured kernel version correctly
Michal Toman bd243ed
- allow to send notification e-mails
Michal Toman bd243ed
- symlink retrace_log to MISC_DIR
Michal Toman bd243ed
- do not die on download error
Michal Toman bd243ed
- rework front page
Michal Toman bd243ed
- be able to specify custom core location
Michal Toman bd243ed
- do not die if makedumpfile fails
Michal Toman bd243ed
- make FTP buffer size configurable
Michal Toman bd243ed
- fix detaching from httpd
Michal Toman bd243ed
- add more logging
Michal Toman bd243ed
- fix paths of DF_BIN and TAR_BIN
Michal Toman bd243ed
- fix dependencies
Michal Toman bd243ed
- unify access to task directory elements
Michal Toman bd243ed
- display the progress of FTP download
Michal Toman bd243ed
- add notes & case no. boxes
Michal Toman bd243ed
- run bt_filter on vmcores automatically
Michal Toman bd243ed
- add timestamps to logs
Michal Toman bd243ed
- enable free space check in task manager
Michal Toman bd243ed
- urlencode hyperlinks
Michal Toman bd243ed
Michal Toman 3ce662e
* Fri Nov 2 2012 Michal Toman <mtoman@redhat.com> 1.8-1
Michal Toman 3ce662e
- use standard python mechanisms for logging
Michal Toman 3ce662e
- determine archive types with file magic
Michal Toman 3ce662e
- catch all task-specific exceptions
Michal Toman 3ce662e
- support various archive types
Michal Toman 3ce662e
- make AuthGroup configurable
Michal Toman 3ce662e
- allow overriding kernel version & architecture from command line
Michal Toman 3ce662e
- create a writable directory for interactive debuggers
Michal Toman 3ce662e
- add the retrace-server-interact printdir command
Michal Toman 3ce662e
- autoload modules when jumping into crash
Michal Toman 3ce662e
- make dead tasks deletable (really look to /proc)
Michal Toman 3ce662e
- show downloaded files in task manager
Michal Toman 3ce662e
- do not delete files that do not need unpacking
Michal Toman 3ce662e
- show task's start and finish time
Michal Toman 3ce662e
- added backref to downloaded file
Michal Toman 3ce662e
- make vmcore readable for retrace group
Michal Toman 3ce662e
- improve architecture guessing for vmcores
Michal Toman 3ce662e
- add possibility to wget kernel debuginfo
Michal Toman 3ce662e
- try harder to determine the actual vmcore
Michal Toman 3ce662e
- fix kernel version handling
Michal Toman 3ce662e
- fix httpd config
Michal Toman 3ce662e
Michal Toman 3ce662e
* Fri Jul 27 2012 Michal Toman <mtoman@redhat.com> 1.7-1
Michal Toman 3ce662e
- check whether package can be retraced before uploading
Michal Toman 3ce662e
- add possibility to disable interactive debugging
Michal Toman 3ce662e
- add support for chrooted crashes
Michal Toman 3ce662e
- also cache debuginfo for modules loaded in a vmcore
Michal Toman 3ce662e
- add task manager
Michal Toman 3ce662e
- add possibility to search kernel debuginfo in koji-like directory structure
Michal Toman 3ce662e
- fix permission denied on gdb.sh
Michal Toman 3ce662e
- add possibility to query an external FTP for task data
Michal Toman 3ce662e
- tasks may have multiple results
Michal Toman 3ce662e
- tasks may have remote resources
Michal Toman 3ce662e
- add possibility to run makedumpfile on vmcores
Michal Toman 3ce662e
- add possibility to archive old tasks instead of deleting them
Michal Toman 3ce662e
Michal Toman 3ce662e
* Fri May 04 2012 Michal Toman <mtoman@redhat.com> 1.6-1
Michal Toman 3ce662e
- add support for interactive debugging
Michal Toman 3ce662e
- coredump2packages - handle malformed eu-unstrip output
Michal Toman 3ce662e
- expose repos via HTTP
Michal Toman 3ce662e
Michal Toman b45e404
* Mon Feb 27 2012 Michal Toman <mtoman@redhat.com> 1.5-1
Michal Toman b45e404
- add support for F17
Michal Toman b45e404
- add hacks helping to depsolver
Michal Toman b45e404
- read huge files buffered
Michal Toman b45e404
- get rid of retrace-server.repo file
Michal Toman b45e404
- add /<task_id>/delete action
Michal Toman b45e404
Michal Toman 75bd471
* Tue Nov 22 2011 Michal Toman <mtoman@redhat.com> 1.4-1
Michal Toman 75bd471
- add support for vmcores
Michal Toman 75bd471
- add welcome page
Michal Toman 75bd471
- add statistics page
Michal Toman 75bd471
- add support for rawhide
Michal Toman 75bd471
Michal Toman 931d27a
* Tue Aug 23 2011 Michal Toman <mtoman@redhat.com> 1.3-1
Michal Toman 931d27a
- cron jobs are not enabled by default
Michal Toman 931d27a
- support X-Task-Type header
Michal Toman 931d27a
- use atomic operations to lock/rename
Michal Toman 931d27a
- add support for http(s) and ftp in reposync
Michal Toman 931d27a
- abort if release is not supported
Michal Toman 931d27a
- add option to use createrepo --update
Michal Toman 931d27a
- add support for F16
Michal Toman 931d27a
Michal Toman dbebecd
* Wed Jun 29 2011 Michal Toman <mtoman@redhat.com> 1.2-1
Michal Toman dbebecd
- add option to verify GPG signatures
Michal Toman dbebecd
- make HTTPS optional
Michal Toman dbebecd
- use RetraceTask class
Michal Toman dbebecd
- validate input
Michal Toman dbebecd
- limit allowed files
Michal Toman dbebecd
- do not allow worker to start twice
Michal Toman dbebecd
- ship cron configuration
Michal Toman dbebecd
- do not require suid launcher
Michal Toman dbebecd
- minor bug and typo fixes
Michal Toman dbebecd
Michal Toman 045cecb
* Wed Jun 01 2011 Scott Dodson <sdodson@redhat.com> 1.1-2
Michal Toman 045cecb
- Add asciidocs xmlto to BuildRequires
Michal Toman 045cecb
* Wed Jun 01 2011 Michal Toman <mtoman@redhat.com> 1.1-1
Michal Toman 045cecb
- add logrotate script
Michal Toman 045cecb
- add asciidoc support and manpages
Michal Toman 045cecb
- replace rm by os.remove() and shutil.rmtree()
Michal Toman 045cecb
- call du and df without block factor
Michal Toman 045cecb
- use communicate() instead of .stdout.read()
Michal Toman 045cecb
- replace popen by execlp
Michal Toman 045cecb
- import manual from ABRT git, minor changes
Michal Toman 045cecb
- create log directory
Michal Toman 045cecb
- use 'retrace' user and group
Michal Toman 045cecb
Michal Toman eee810c
* Wed May 18 2011 Michal Toman <mtoman@redhat.com> 1.0-1
Michal Toman eee810c
- initial packaging