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
fc26c3ad
Commit
fc26c3ad
authored
Jul 28, 2009
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.alt:packages/etersoft-build-utils
parents
7204ee84
3430f57a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
TODO
TODO
+8
-1
rpmgs
bin/rpmgs
+1
-1
build
share/eterbuild/functions/build
+9
-4
No files found.
TODO
View file @
fc26c3ad
...
@@ -4,9 +4,16 @@
...
@@ -4,9 +4,16 @@
:
:
ssh git.alt task new
ssh git.alt task new
ssh git.alt task del PACKAGE
ssh git.alt task
add
del PACKAGE
ssh git.alt task run
ssh git.alt task run
[lav@lav ~]$ ssh git.alt task add del python-module-pyclamav
girar-check-perms: access to python-module-pyclamav ALLOWED for lav: approved builder
task #9430: added #1: delete package python-module-pyclamav from sisyphus
[lav@lav ~]$ ssh git.alt task run
task #9430: queued, result will be emailed to lav@altlinux.org
:
:
fonts-ttf-%fname-1.04-alt1.src.rpm
fonts-ttf-%fname-1.04-alt1.src.rpm
...
...
bin/rpmgs
View file @
fc26c3ad
...
@@ -292,7 +292,7 @@ do
...
@@ -292,7 +292,7 @@ do
gear-update
"
$RPMSOURCEDIR
/
$FTB
"
"
$CURNAME
"
gear-update
"
$RPMSOURCEDIR
/
$FTB
"
"
$CURNAME
"
git commit
-m
"just import
$(
basename
$RPMSOURCEDIR
/
$FTB
)
"
git commit
-m
"just import
$(
basename
$RPMSOURCEDIR
/
$FTB
)
"
else
else
echo
"Run without version. Skip tarball commiting."
is_gear
&&
echo
"Run without version. Skip tarball commiting."
fi
fi
done
done
...
...
share/eterbuild/functions/build
View file @
fc26c3ad
...
@@ -175,12 +175,17 @@ check_log()
...
@@ -175,12 +175,17 @@ check_log()
echo
"-------------------------------------------------------"
echo
"-------------------------------------------------------"
echog
"Check log for..."
echog
"Check log for..."
LOGFILE
=
$1
LOGFILE
=
$1
grep
'ld: warning: libstdc++\.so\.5, needed by [^ ]\+, may conflict with libstdc++\.so\.6'
$LOGFILE
RES
=
$?
if
grep
-q
'ld: warning: libstdc++\.so\.5, needed by [^ ]\+, may conflict with libstdc++\.so\.6'
$LOGFILE
;
then
if
[
$RES
=
0
]
;
then
echog
"Error found: libstdc++.so.5/6 conflicts. Check the log."
echog
"Error: libstdc++.so.5/6 conflicts"
return
1
return
1
fi
fi
if
grep
-q
'will always overflow destination buffer'
$LOGFILE
;
then
echog
"Error found: will always overflow destination buffer. Check the log."
return
1
fi
grep
'python-strict'
$LOGFILE
&&
warning
"python-strict used!!!"
grep
'python-strict'
$LOGFILE
&&
warning
"python-strict used!!!"
NC1
=
"command not found"
NC1
=
"command not found"
NC2
=
"-march=athlon -mtune=athlon-xp"
NC2
=
"-march=athlon -mtune=athlon-xp"
...
...
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