Commit 702446c1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

new release 1.83

parent 55176110
etersoft-build-utils-1.8.3: 18 May 2010
- use PROJECTNAME instead BASENAME
- add filter_gear_name for replace forbidden + with plus word
- hasher: fix arch replacement
- rpmbs: fix rsync upload for src.rpm
etersoft-build-utils-1.8.2: 17 Apr 2010
- rpmpub: add fatal error if target dir is not set
- fix get_root_git_dir against HOME
- gpush: improve remote repository enum
- inroduce get_name (for spec) and use it
- introduce get_gear_name and use it
- rpmbs: create MD5SUM for packages
- introduce realpath function
- do git reset after build with gear --commit
- add gacl: utility for acl control
- rpmpub: make cp -al for new releases from last link
- loginhsh: install dbus-tools-gui if package(s) requires dbus
- rpmbs: add git tag checking
- always set APTCONF and HASHERDIR
- add TOPDIR support
etersoft-build-utils-1.8.1: 22 Mar 2010 etersoft-build-utils-1.8.1: 22 Mar 2010
- fix HASHERBASEDIR detecting - fix HASHERBASEDIR detecting
- add SSHTIMEOUT var and use timeout command for ssh operations in gpush - add SSHTIMEOUT var and use timeout command for ssh operations in gpush
......
...@@ -18,7 +18,6 @@ if is_girar_name $1 ; then ...@@ -18,7 +18,6 @@ if is_girar_name $1 ; then
shift shift
fi fi
# FIXME
PROJECTNAME=$(get_gear_name) PROJECTNAME=$(get_gear_name)
echo "Create remote $PROJECTNAME repo in $GIRARHOST:" echo "Create remote $PROJECTNAME repo in $GIRARHOST:"
......
...@@ -244,6 +244,7 @@ function print_error() ...@@ -244,6 +244,7 @@ function print_error()
# tarball dirname [options] # tarball dirname [options]
gear_update_from_tarball() gear_update_from_tarball()
{ {
# FIXME: -a for special cases
local CREATEFLAG= local CREATEFLAG=
local TARBALL="$1" local TARBALL="$1"
local CURNAME="$2" local CURNAME="$2"
......
Name: etersoft-build-utils Name: etersoft-build-utils
Version: 1.8.1 Version: 1.8.3
Release: alt1 Release: alt1
Summary: A set of build rpm utilities Summary: A set of build rpm utilities
...@@ -63,6 +63,25 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl ...@@ -63,6 +63,25 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos/* %config(noreplace) %_sysconfdir/eterbuild/repos/*
%changelog %changelog
* Tue May 18 2010 Vitaly Lipatov <lav@altlinux.ru> 1.8.3-alt1
- improve some requires replacements
- use PROJECTNAME instead BASENAME
- add filter_gear_name for replace forbidden + with plus word
- hasher: fix arch replacement
- rpmbs: fix rsync upload for src.rpm
* Sat Apr 17 2010 Vitaly Lipatov <lav@altlinux.ru> 1.8.2-alt1
- rpmpub: add fatal error if target dir is not set
- fix get_root_git_dir against HOME
- rpmbs: create MD5SUM for packages
- do git reset after build with gear --commit
- add gacl: utility for acl control
- rpmpub: make cp -al for new releases from last link
- loginhsh: install dbus-tools-gui if package(s) requires dbus
- rpmbs: add git tag checking
- always set APTCONF and HASHERDIR
- add TOPDIR support
* Mon Mar 22 2010 Vitaly Lipatov <lav@altlinux.ru> 1.8.1-alt1 * Mon Mar 22 2010 Vitaly Lipatov <lav@altlinux.ru> 1.8.1-alt1
- fix HASHERBASEDIR detecting - fix HASHERBASEDIR detecting
- rpmbs: chmod generated src.rpm - rpmbs: chmod generated src.rpm
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Author: Vitaly Lipatov <lav@etersoft.ru> # Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain # Public domain
ETERBUILDVERSION=179 ETERBUILDVERSION=183
SUDO="sudo" SUDO="sudo"
......
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