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
472675a4
Commit
472675a4
authored
9 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix comments
parent
8d19bc02
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
TODO
TODO
+9
-0
rpmbb
bin/rpmbb
+1
-1
rpmgp
bin/rpmgp
+2
-2
spec
share/eterbuild/functions/spec
+1
-0
No files found.
TODO
View file @
472675a4
Посмотреть genspec
Что можно сделать для адаптирования под gear (сайт)
rpmbs -u в не git-каталоге даёт непонятный результат
GIRARHOST в основном используется как ssh alias, но иногда используется как git remote, а это не обязательно одно и то же.
Надо если мы в репозитории, и есть такой remote, то преобразовывать, вынимая хост из git remote
Сделать команду проверки - во что заменится название пакета на такой-то системе.
Сделать команду проверки - во что заменится название пакета на такой-то системе.
В принципе, это надо вынести из etersoft-build-utils в отдельный проект
В принципе, это надо вынести из etersoft-build-utils в отдельный проект
(который будет использоваться в eepm - но в него в скомпилированном виде, собирать при сборке).
(который будет использоваться в eepm - но в него в скомпилированном виде, собирать при сборке).
...
...
This diff is collapsed.
Click to expand it.
bin/rpmbb
View file @
472675a4
...
@@ -35,7 +35,7 @@ phelp()
...
@@ -35,7 +35,7 @@ phelp()
echog
"Options:"
echog
"Options:"
if
is_alt
;
then
if
is_alt
;
then
echog
" -i skip build stage, but do install files and package it"
echog
" -i skip build stage, but do install files and package it"
echog
" -p
only packaging installed files into pack
age"
echog
" -p
packaging only st
age"
fi
fi
echog
" -r find build requires (run buildrequires)"
echog
" -r find build requires (run buildrequires)"
echog
" -R find build requires during install (run buildrequires with -bi)"
echog
" -R find build requires during install (run buildrequires with -bi)"
...
...
This diff is collapsed.
Click to expand it.
bin/rpmgp
View file @
472675a4
...
@@ -192,7 +192,7 @@ phelp()
...
@@ -192,7 +192,7 @@ phelp()
echog
" -m migrate to gear from spec/srpm"
echog
" -m migrate to gear from spec/srpm"
echo
echo
echog
"Ext. options:"
echog
"Ext. options:"
echog
" -i install packages needed for build (use
sudo apt-get) (need spec not package name
)"
echog
" -i install packages needed for build (use
epm
)"
echog
" -l list packages needed for build (in local pkg system notation) (experimental)"
echog
" -l list packages needed for build (in local pkg system notation) (experimental)"
echog
" -r refresh package list (download it again)"
echog
" -r refresh package list (download it again)"
echog
" -s list all known remote repositories"
echog
" -s list all known remote repositories"
...
@@ -375,7 +375,7 @@ fi
...
@@ -375,7 +375,7 @@ fi
# lists packages for build
# lists packages for build
if
[
-n
"
$LISTREQS
"
]
;
then
if
[
-n
"
$LISTREQS
"
]
;
then
print_target_buildreq
$PKGNAME
print_target_buildreq
"
$PKGNAME
"
exit
$?
exit
$?
fi
fi
...
...
This diff is collapsed.
Click to expand it.
share/eterbuild/functions/spec
View file @
472675a4
...
@@ -62,6 +62,7 @@ get_numrelease()
...
@@ -62,6 +62,7 @@ get_numrelease()
get_default_txtrelease
()
get_default_txtrelease
()
{
{
# assert GIRARHOST
# assert GIRARHOST
# TODO: check for git.alt in ~/.ssh/config?
echo
${
GIRARHOST
/git./
}
echo
${
GIRARHOST
/git./
}
}
}
...
...
This diff is collapsed.
Click to expand it.
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