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
5a2d57c4
Commit
5a2d57c4
authored
Jul 20, 2008
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
introduce and use ETERBUILDETC = /etc/eterbuild
parent
4aed9f19
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
rpmgp
etersoft-build-utils/bin/rpmgp
+1
-1
rpmunmets
etersoft-build-utils/bin/rpmunmets
+1
-1
common
etersoft-build-utils/share/common
+2
-1
No files found.
etersoft-build-utils/bin/rpmgp
View file @
5a2d57c4
...
...
@@ -24,7 +24,7 @@ load_systems_list()
#FTP[$IDX]=${line/.* \+/}
SYSURL[
$IDX
]=
$(
echo
$line
|
sed
-e
"s|.*
\+
||g"
)
IDX
=
$((
$IDX
+
1
))
done
<
$ETERBUILD
DIR
/repos
done
<
$ETERBUILD
ETC
/repos
}
list_systems
()
...
...
etersoft-build-utils/bin/rpmunmets
View file @
5a2d57c4
...
...
@@ -76,7 +76,7 @@ TESTINGAPTCONF=$OURTMPDIR/apt.conf
# Hack: subst patch to sources.list
cat
$ORDINALAPTCONF
|
\
sed
-e
"s|
\"
/etc/apt/.*
\"
|
\"
$OURTMPDIR
/sources.list
\"
|g"
>
$TESTINGAPTCONF
cat
/etc
/apt/sources.list.
$MENV
>
$OURTMPDIR
/sources.list
||
fatal
""
cat
$ETERBUILDETC
/apt/sources.list.
$MENV
>
$OURTMPDIR
/sources.list
||
fatal
""
HASHERDIR
=
$HASHERDIR$MENVARG
if
[
!
-d
$HASHERDIR
/repo
]
||
[
-n
"
$SKIPTST
"
]
;
then
...
...
etersoft-build-utils/share/common
View file @
5a2d57c4
...
...
@@ -21,6 +21,7 @@ export TEXTDOMAIN
TEXTDOMAINDIR
=
'/usr/share/locale'
export
TEXTDOMAINDIR
ETERBUILDDIR
=
/usr/share/eterbuild
ETERBUILDETC
=
/etc/eterbuild
echog
()
{
...
...
@@ -135,7 +136,7 @@ uni_rpmbuild()
}
RPMDIR
=
"
$HOME
/RPM"
[
-n
"
$APTCONF
"
]
||
APTCONF
=
/etc/eterbuild
/apt/apt.conf
[
-n
"
$APTCONF
"
]
||
APTCONF
=
$ETERBUILDETC
/apt/apt.conf
#OWNERMAIL=`grep "^%packager" ~/.rpmmacros | head -n 1 | sed -e "s/%packager[ \t]*//g"`
OWNERMAIL
=
`
rpm
--eval
%packager
`
...
...
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