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
94052176
Commit
94052176
authored
Jul 15, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update spec
parent
e7a8c5f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
etersoft-build-utils.spec
etersoft-build-utils.spec
+4
-1
etersoft
share/eterbuild/functions/etersoft
+1
-1
No files found.
etersoft-build-utils.spec
View file @
94052176
Name: etersoft-build-utils
Version: 1.6.3
Release: alt
1
Release: alt
2
Summary: A set of build rpm utilities
...
...
@@ -61,6 +61,9 @@ RECOMMENDED packages: gcc-c++ perl-libwww ccache elinks mutt hasher curl
%config(noreplace) %_sysconfdir/eterbuild/repos
%changelog
* Wed Jul 15 2009 Vitaly Lipatov <lav@altlinux.ru> 1.6.3-alt2
- fix set last link, fix rpmpub / target detecting
* Wed Jul 15 2009 Vitaly Lipatov <lav@altlinux.ru> 1.6.3-alt1
- rpmpub: replace version only in last or unstable component
- add gpull command as git pull --rebase
...
...
share/eterbuild/functions/etersoft
View file @
94052176
...
...
@@ -43,7 +43,7 @@ get_etersoft_srpm_path()
ALPHA
=
unstable
BSOURCE
=
$(
dirname
$SOURCE
)
BNSOURCE
=
$(
basename
$BSOURCE
)
if
[
"
$BNSOURCE
"
=
"last"
]
;
then
if
[
"
$BNSOURCE
"
=
"last"
]
||
echo
"
$BNSOURCE
"
|
grep
-q
"^[0-9.]
\+
"
;
then
SOURCE
=
$(
dirname
$BSOURCE
)
/
$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