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
bca884be
Commit
bca884be
authored
Aug 17, 2012
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small cleanup
parent
da798847
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
7 deletions
+3
-7
alt
share/eterbuild/functions/alt
+1
-0
config
share/eterbuild/functions/config
+2
-7
No files found.
share/eterbuild/functions/alt
View file @
bca884be
...
@@ -106,6 +106,7 @@ pkg_release_check()
...
@@ -106,6 +106,7 @@ pkg_release_check()
done
done
}
}
# TODO: remove for all, use $ rpmreqs instead
# copied from aptU
# copied from aptU
get_rpmpkg_requires
()
get_rpmpkg_requires
()
{
{
...
...
share/eterbuild/functions/config
View file @
bca884be
...
@@ -72,17 +72,12 @@ export CCACHE_DIR=$OURTMPDIR/ccache
...
@@ -72,17 +72,12 @@ export CCACHE_DIR=$OURTMPDIR/ccache
# CCACHE_ENABLE=yes
# CCACHE_ENABLE=yes
# load system wide config
# load system wide config
test
-f
/etc/eterbuild/config
&&
.
/etc/eterbuild/config
[
-f
/etc/eterbuild/config
]
&&
.
/etc/eterbuild/config
# load user config files
# load user config files
if
[
-f
~/.config/eterbuild
]
;
then
if
[
-f
~/.config/eterbuild
]
;
then
.
~/.config/eterbuild
.
~/.config/eterbuild
elif
[
-f
~/.eterbuild-config
]
;
then
elif
[
-f
~/.eterbuild-config
]
;
then
.
~/.eterbuild-config
fatal
"./eterbuild-config is obsoleted, use ~/.config/eterbuild instead"
warning
"./eterbuild-config is obsoleted, use ~/.config/eterbuild instead"
else
if
[
-f
~/.ebconfig
]
;
then
fatal
"./ebconfig is obsoleted, use ~/.config/eterbuild instead"
fi
fi
fi
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