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
38fa7fd5
Commit
38fa7fd5
authored
Apr 22, 2016
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small output cleanup
parent
376946a6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
myhsh
bin/myhsh
+4
-2
rpmbps
bin/rpmbps
+1
-1
hasher
share/eterbuild/functions/hasher
+1
-1
No files found.
bin/myhsh
View file @
38fa7fd5
...
...
@@ -95,7 +95,9 @@ fi
mkdir
-p
$LOGDIR
$HASHERDIR
||
fatal
"cannot mkdir"
check_locking
echog
"List of packages for build:
\$
LISTNAMES"
echog
"List of packages for build:"
print_list
"
$LISTNAMES
"
echo
if
[
-z
"
${
LISTNAMES
/*spec/
}
"
]
;
then
echo
"!!!!!!!!"
...
...
@@ -104,7 +106,7 @@ fi
# Skip checking for tar arg
if
[
-n
"
${
LISTNAMES
/*tar/
}
"
]
;
then
echog
-n
"Checking with sisyphus_check
... with
$HASHER_NOCHECK
skipping
"
echog
-n
"Checking with sisyphus_check
(with
$HASHER_NOCHECK
skipping)...
"
sisyphus_check
--no-check
=
$HASHER_NOCHECK
--files
$LISTNAMES
||
fatal
"check for sisyphus failed"
echog
"OK"
fi
...
...
bin/rpmbps
View file @
38fa7fd5
...
...
@@ -87,7 +87,7 @@ BUILDNAME=$(get_name $SPECNAME)
ADDFIXCOMMAND
=
ADDREQUIRES
=
echo
"Converting spec
$(
basename
$SPECNAME
)
to
$DISTRVERSION
(
$MDISTR
)..."
echo
"Converting spec
$(
basename
$SPECNAME
)
to
$DISTRVERSION
(
$MDISTR
)
..."
# TODO: check if spec is already backported by line:
# # This spec is backported
...
...
share/eterbuild/functions/hasher
View file @
38fa7fd5
...
...
@@ -93,6 +93,6 @@ EOF
[
-n
"
$QUIETMODE
"
]
&&
return
echo
echog
"Apt sources from
$APTCONF
:"
cat
$OURSOURCES
|
grep
-v
"^#"
|
grep
-v
"^
\$
"
|
grep
rpm
cat
$OURSOURCES
|
grep
-v
"^#"
|
grep
-v
"^
\$
"
|
grep
rpm
|
sed
-e
"s|rpm| rpm|"
echo
}
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