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
956fb7f9
Commit
956fb7f9
authored
Jul 15, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small bugfixes
parent
6c30ae92
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
rpmbs
bin/rpmbs
+1
-1
rpmpub
bin/rpmpub
+3
-2
etersoft
share/eterbuild/functions/etersoft
+1
-1
No files found.
bin/rpmbs
View file @
956fb7f9
...
...
@@ -111,7 +111,7 @@ check_gear_and_tag()
if
is_gear
$SPECDIR
;
then
# needed correct user.name/user.email for get GPG id
pushd
$SPECDIR
pushd
$SPECDIR
>
/dev/null
$GEARCTAG
--force
popd
>
/dev/null
# git push ?
...
...
bin/rpmpub
View file @
956fb7f9
...
...
@@ -53,8 +53,9 @@ export ETERDESTSRPM
# just for your information: rpmbs supports ssh-like target
$ETERBUILDBIN
/rpmbs
-s
$SPECNAME
||
fatal
"Can't build SRPMS"
# broken
# if known target and last link already exists
#if [ -L "$ETERDESTSRPM/../last" ] ; then
#if [ -L "$ETERDESTSRPM/../
../
last" ] ; then
# set last link (assume PROJECT/VERSION/sources dir structure)
set_last_link
$ETERDESTSRPM
/..
$(
get_version
$SPECNAME
)
#
set_last_link $ETERDESTSRPM/.. $(get_version $SPECNAME)
#fi
share/eterbuild/functions/etersoft
View file @
956fb7f9
...
...
@@ -38,7 +38,7 @@ get_etersoft_srpm_path()
BSOURCE
=
$(
dirname
$SOURCE
)
BNSOURCE
=
$(
basename
$BSOURCE
)
if
[
"
$BNSOURCE
"
=
"last"
]
||
[
"
$BNSOURCE
"
=
"unstable"
]
;
then
SOURCE
=
$(
dirname
$SOURCE
)
/
$ALPHA
/sources
SOURCE
=
$(
dirname
$
B
SOURCE
)
/
$ALPHA
/sources
fi
fi
...
...
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