Commit fd23d467 authored by Vitaly Lipatov's avatar Vitaly Lipatov

1.9.9-alt1

- build: disable _unpackaged_files_terminate_build - gpull: always get tags - pkgrepl: fix groups replacement - repl: fix for use fedora.9, fedora.10 sort - rpmbph: skip egg-info packing with python 2.4 on CentOS/5 - rpmgp: allow run without params - tarball: add support for tgz unpack
parent eb8749fe
See changelog in etersoft-build-utils.spec
etersoft-build-utils-1.9.7: 19 Feb 2011 etersoft-build-utils-1.9.7: 19 Feb 2011
- rpmbs/rpmbsh: move src.rpm to ETERDESTSRPM instead copying - rpmbs/rpmbsh: move src.rpm to ETERDESTSRPM instead copying
- rpmqf: add deb support - rpmqf: add deb support
......
...@@ -20,6 +20,7 @@ test -r "$1" && fatal "Do not need any files in params" ...@@ -20,6 +20,7 @@ test -r "$1" && fatal "Do not need any files in params"
PROJECTNAME=$(get_gear_name) PROJECTNAME=$(get_gear_name)
# FIXME: если не нашли, стоит взять название каталога за основу
[ -n "$PROJECTNAME" ] || fatal "Can't detect project name. Run inside git repo." [ -n "$PROJECTNAME" ] || fatal "Can't detect project name. Run inside git repo."
echo "Create remote $PROJECTNAME repo in $GIRARHOST:" echo "Create remote $PROJECTNAME repo in $GIRARHOST:"
......
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