Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
2185e5f1
Commit
2185e5f1
authored
Jan 23, 2021
by
satmandu
Committed by
GitHub
Jan 23, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove + @fileutils_verbose.to_s from crew (#4976)
* Remove + @fileutils_verbose.to_s * uprev
parent
33ba6a93
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
crew
crew
+2
-2
lib/const.rb
lib/const.rb
+1
-1
No files found.
crew
View file @
2185e5f1
...
...
@@ -590,7 +590,7 @@ def build_and_preconfigure (target_dir)
@
pkg
.
build
@
pkg
.
in_build
=
false
#
wipe
crew
destdir
FileUtils
.
rm_rf
Dir
.
glob
(
"#{CREW_DEST_DIR}/*"
)
+
@
fileutils_verbose
.
to_s
FileUtils
.
rm_rf
Dir
.
glob
(
"#{CREW_DEST_DIR}/*"
)
puts
'Preconfiguring package...'
@
pkg
.
install
...
...
@@ -843,7 +843,7 @@ def resolve_dependencies_and_build
ensure
#cleanup
unless @opt_keep
FileUtils.rm_rf Dir.glob("#{CREW_BREW_DIR}/*")
+ @fileutils_verbose.to_s
FileUtils.rm_rf Dir.glob("#{CREW_BREW_DIR}/*")
FileUtils.mkdir_p "#{CREW_BREW_DIR}/dest" #this is a little ugly, feel free to find a better way
end
end
...
...
lib/const.rb
View file @
2185e5f1
# Defines common constants used in different parts of crew
CREW_VERSION
=
'1.5.
8
'
CREW_VERSION
=
'1.5.
9
'
ARCH_ACTUAL
=
`uname -m`
.
strip
# This helps with virtualized builds on aarch64 machines
...
...
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