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
8640c08f
Commit
8640c08f
authored
Aug 23, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove obsoleted commands
parent
60d8d226
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
42 deletions
+0
-42
rpmU
bin/rpmU
+0
-4
rpmbk
bin/rpmbk
+0
-34
rpmqf
bin/rpmqf
+0
-4
No files found.
bin/rpmU
deleted
100755 → 0
View file @
60d8d226
#!/bin/sh
echo
"Use epmi from epm package manager (eepm) instead"
exec
epmi
"
$@
"
bin/rpmbk
deleted
100755 → 0
View file @
60d8d226
#!/bin/sh
# 2012 (c) Etersoft www.etersoft.ru
# Author: Vitaly Lipatov <lav@etersoft.ru>
# Public domain
#
# Собирает пакет из текущего репозитория в Korinf для указанной системы
# rpmbk Система/Версия [спек]
# load common functions, compatible with local and installed script
.
`
dirname
$0
`
/../share/eterbuild/functions/common
load_mod spec git
if
[
"
$1
"
=
"-h"
]
||
[
"
$1
"
=
"---help"
]
;
then
echog
"rpmbk (Build Korinf) - build package from current repo in Korinf"
echog
"Usage: rpmbk [Distro/Version] [spec]"
exit
0
fi
DISTROVER
=
"
$1
"
shift
SPEC
=
"
$1
"
# TODO: Allow build to common place (use rpmpub?)
#BUILDDIR=$TMPDIR/korinf
BUILDDIR
=
$RPMDIR
/KORINF
export
ETERDESTSRPM
=
$BUILDDIR
/sources
mkdir
-p
$ETERDESTSRPM
test
-f
"
$SPEC
"
||
SPEC
=
$(
get_gear_spec
)
build_rpms_name
$SPEC
BUILDNAME
=
$BASENAME
docmd
$ETERBUILDBIN
/rpmbs
||
fatal
"Can't build SRPMS"
docmd korinf
$DISTROVER
$BUILDNAME
$ETERDESTSRPM
bin/rpmqf
deleted
100755 → 0
View file @
60d8d226
#!/bin/sh
echo
"Use epmqf from epm package manager (eepm) instead"
exec
epmqf
"
$@
"
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