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
c3f08af9
Commit
c3f08af9
authored
Mar 13, 2017
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
parent
7c210e66
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
rpmbps
bin/rpmbps
+5
-3
rpmbsh
bin/rpmbsh
+2
-2
No files found.
bin/rpmbps
View file @
c3f08af9
#!/bin/bash
# 2003-2010, 2012, 2015, 2016 (c) Etersoft www.etersoft.ru
# 2003-2010, 2012, 2015, 2016
, 2017
(c) Etersoft www.etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
#
# BP
H - backport package with hasher checking
# BP
S - backport package spec
# Used ROOTDIR if defined (for non ALT systems)
...
...
@@ -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 (p
5, t6
and so on)"
echog
" -b REPONAME binary repository name (p
8, t7
and so on)"
# echog " -q quiet"
echo
echog
"Examples:"
...
...
@@ -140,6 +140,8 @@ else
fi
fi
# TODO: add support for external hooks (from config dir)
if
build32on64
;
then
[
"
$DISTRNAME
"
=
"Debian"
]
&&
!
version_more_version
$DISTRVERSION
8
&&
BUILDREQ
=
"
$BUILDREQ
ia32-libs"
&&
ADDREQUIRES
=
"
$ADDREQUIRES
ia32-libs"
[
"
$DISTRNAME
"
=
"AstraLinux"
]
&&
BUILDREQ
=
"
$BUILDREQ
ia32-libs-dev gcc-multilib"
&&
ADDREQUIRES
=
"
$ADDREQUIRES
ia32-libs"
...
...
bin/rpmbsh
View file @
c3f08af9
#!/bin/sh
-x
# 2003-201
6
(c) Etersoft www.etersoft.ru
#!/bin/sh
# 2003-201
7
(c) Etersoft www.etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
#
...
...
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