Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
702446c1
Commit
702446c1
authored
May 18, 2010
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new release 1.83
parent
55176110
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
44 additions
and
3 deletions
+44
-3
NEWS
NEWS
+22
-0
ginit
bin/ginit
+0
-1
rpmgs
bin/rpmgs
+1
-0
etersoft-build-utils.spec
etersoft-build-utils.spec
+20
-1
config
share/eterbuild/functions/config
+1
-1
No files found.
NEWS
View file @
702446c1
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
- fix HASHERBASEDIR detecting
- add SSHTIMEOUT var and use timeout command for ssh operations in gpush
...
...
bin/ginit
View file @
702446c1
...
...
@@ -18,7 +18,6 @@ if is_girar_name $1 ; then
shift
fi
# FIXME
PROJECTNAME
=
$(
get_gear_name
)
echo
"Create remote
$PROJECTNAME
repo in
$GIRARHOST
:"
...
...
bin/rpmgs
View file @
702446c1
...
...
@@ -244,6 +244,7 @@ function print_error()
# tarball dirname [options]
gear_update_from_tarball
()
{
# FIXME: -a for special cases
local
CREATEFLAG
=
local
TARBALL
=
"
$1
"
local
CURNAME
=
"
$2
"
...
...
etersoft-build-utils.spec
View file @
702446c1
Name: etersoft-build-utils
Version: 1.8.
1
Version: 1.8.
3
Release: alt1
Summary: A set of build rpm utilities
...
...
@@ -63,6 +63,25 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos/*
%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
- fix HASHERBASEDIR detecting
- rpmbs: chmod generated src.rpm
...
...
share/eterbuild/functions/config
View file @
702446c1
...
...
@@ -3,7 +3,7 @@
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
ETERBUILDVERSION
=
1
79
ETERBUILDVERSION
=
1
83
SUDO
=
"sudo"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment