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
507a29e7
Commit
507a29e7
authored
Aug 11, 2022
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix
parent
0c6fe3e3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
rpmbph
bin/rpmbph
+1
-1
rpmbps
bin/rpmbps
+3
-3
alt
share/eterbuild/functions/alt
+1
-1
hasher
share/eterbuild/functions/hasher
+1
-1
No files found.
bin/rpmbph
View file @
507a29e7
...
...
@@ -31,7 +31,7 @@ phelp()
echog
" -u sign and upload after build"
# will pass to rpmbs/rpmbsh
echog
" -n skip build in hasher"
echog
" -i install built packages in test hasher"
# will pass to rpmbs/rpmbsh
echog
" -b REPONAME binary repository name (4.1, p5, t6 and so on)"
echog
" -b REPONAME binary repository name (4.1, p5, t6 and so on)
(can be overrided with DISTRNAME)
"
echo
"
$HELP_GIRAR
"
echo
echog
"Ext. options:"
...
...
bin/rpmbps
View file @
507a29e7
...
...
@@ -28,7 +28,7 @@ phelp()
echo
"Usage: rpmbps -b
$EXAMPLEALTDISTRVERSION
for backport to ALT Linux
$EXAMPLEALTDISTRVERSION
and so on"
echo
echog
"Options:"
echog
" -b REPONAME binary repository name (p8, t7 and so on)"
echog
" -b REPONAME binary repository name (p8, t7 and so on)
(can be overrided with DISTRNAME)
"
# echog " -q quiet"
echo
echog
"Examples:"
...
...
@@ -149,7 +149,7 @@ else
# hack against very straight patch command
FIXPATCHFUZZ
=
"%define _default_patch_fuzz 3"
# see install in Korinf, need concatenate
#
TODO:
see install in Korinf, need concatenate
BUILDREQ
=
"
$BUILDREQ
make gcc
\n
$FIXPATCHFUZZ
"
# (do not modify BUILDREQ anymore)
...
...
@@ -202,7 +202,7 @@ if [ "$PKGVENDOR" = "mcbc" ] ; then
%__subst 's|mktemp -dt|mktemp -d|g' configure ; %__subst 's|readlink -mv|ls -1|g' configure ltmain.sh"
fi
# eval_spec print only enabled sections (be cafe with if_with)
LISTBUILDDEP
=
`
print_buildreq
$SPECNAME
`
LISTREQDEP
=
"
`
print_pkgreq
$SPECNAME
`
$ADDREQUIRES
"
LISTDEP
=
`
echo
$LISTBUILDDEP
$LISTREQDEP
| xargs
-n1
echo
|
sort
-u
`
...
...
share/eterbuild/functions/alt
View file @
507a29e7
...
...
@@ -93,7 +93,7 @@ get_altdistr_version()
# p6 -> M60P
get_altdistr_mod
()
{
echo
"
$1
"
|
sed
-e
"s|Sisyphus|sisyphus|gi"
-e
"s|p
\(
[5-9]
\)
|M
\1
0P|g"
-e
"s|c
\(
[6-
9
]
\)
|M
\1
0C|g"
-e
"s|t
\(
[6-9]
\)
|M
\1
0T|g"
echo
"
$1
"
|
sed
-e
"s|Sisyphus|sisyphus|gi"
-e
"s|p
\(
[5-9]
\)
|M
\1
0P|g"
-e
"s|c
\(
[6-
8
]
\)
|M
\1
0C|g"
-e
"s|t
\(
[6-9]
\)
|M
\1
0T|g"
}
# TODO: include in sisyphus_check
...
...
share/eterbuild/functions/hasher
View file @
507a29e7
...
...
@@ -85,7 +85,7 @@ prepare_aptconfig()
export
OURSOURCES
=
$OURTMPDIR
/sources.list.
$MENV
print_tmp_sourceslist
$APTCONF
>
$OURSOURCES
||
fatal
"Can't create sources.list"
if
[
-n
"
$ETERBUILD_APTREPO
"
]
;
then
cat
<<
EOF
>>
$OURSOURCES
cat
>>
$OURSOURCES
<<
EOF
# Apply repo(s) from external ETERBUILD_APTREPO variable
$ETERBUILD_APTREPO
...
...
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