Commit 88e775f8 authored by Vitaly Lipatov's avatar Vitaly Lipatov

new build 1.7.9

parent 9c2175d3
etersoft-build-utils-1.7.9: 08 Mar 2010
- rpmbph: do undefine libtoolize for M50 too
- introduce HASHERBASEDIR and set_hasherdir and use it
- hasher: initial support for build i586 on x86_64
- drop out ~/.ebconfig support, enable warning about ~/.eterbuild-config
- rpmbph: replace %release with the real value due using in Source: and Patch:
- rpmgp: only clone with -g, add new -gm option for remote clone and clone
- gpull: full rewrite for support -a (all branches) and various remote repo
- allow run rpmU under root user
- rpmgs: remove incorrect tarball
- remove UPLOADDIR var using and drop out copying after rpmbs by default
- rpmgs: do not require unrar
- rpmgp: use parse_cmd_pre, rewrite parsing, update help
- always clean hasher after build (by default). use rpmbsh -l if needed
etersoft-build-utils-1.7.8: 22 Feb 2010 etersoft-build-utils-1.7.8: 22 Feb 2010
- rpmgs: small bugfixes and update - rpmgs: small bugfixes and update
- add aptU - update/install package(s) and update their requires - add aptU - update/install package(s) and update their requires
......
Name: etersoft-build-utils Name: etersoft-build-utils
Version: 1.7.9 Version: 1.7.9
Release: alt0.1 Release: alt1
Summary: A set of build rpm utilities Summary: A set of build rpm utilities
...@@ -63,11 +63,15 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl ...@@ -63,11 +63,15 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos/* %config(noreplace) %_sysconfdir/eterbuild/repos/*
%changelog %changelog
* Sat Mar 06 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.9-alt0.1 * Mon Mar 08 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.9-alt1
- internal build - rpmbph: do undefine libtoolize for M50 too
- drop out ~/.ebconfig support, enable warning about ~/.eterbuild-config
* Wed Feb 24 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.8-alt1.1 - rpmbph: replace %release with the real value due using in Source: and Patch:
- internal build - rpmgp: only clone with -g, add new -gm option for remote clone and clone
- gpull: full rewrite for support -a (all branches) and various remote repo
- allow run rpmU under root user
- remove UPLOADDIR var using and drop out copying after rpmbs by default
- always clean hasher after build (by default). use rpmbsh -l if needed
* Mon Feb 22 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.8-alt1 * Mon Feb 22 2010 Vitaly Lipatov <lav@altlinux.ru> 1.7.8-alt1
- rpmgs: small bugfixes and update - rpmgs: small bugfixes and update
......
...@@ -126,6 +126,8 @@ drop_pkg_extensions() ...@@ -126,6 +126,8 @@ drop_pkg_extensions()
done done
} }
# TODO: add get_update_repo_command
# TODO: migrate to file using (as repos)
# args: distr_vendor [interactive] # args: distr_vendor [interactive]
get_install_package_command() get_install_package_command()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment