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
Łukasz Nowak
chromebrew
Commits
2bd612f4
Commit
2bd612f4
authored
Aug 05, 2017
by
Ed Reel
Committed by
Kazushi (Jam) Marukawa
Aug 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update mercurial from 4.1 to 4.2.2
parent
d1e782e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
packages/mercurial.rb
packages/mercurial.rb
+7
-6
No files found.
packages/mercurial.rb
View file @
2bd612f4
...
...
@@ -3,9 +3,9 @@ require 'package'
class
Mercurial
<
Package
description
'Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.'
homepage
'https://www.mercurial-scm.org/'
version
'4.
1
'
source_url
'https://www.mercurial-scm.org/release/mercurial-4.
1
.tar.gz'
source_sha256
'
7b33c32cdd1d518bc2e2ae223e6ef63c486cf52e9d01a45b99cf8eab7bea5274
'
version
'4.
2.2
'
source_url
'https://www.mercurial-scm.org/release/mercurial-4.
2.2
.tar.gz'
source_sha256
'
b20132dec5ae6d27ee43a133144069895befe09f7e454bfa9e39950a185f0afe
'
# what's the best route for adding a minimum version symbol as a constraint?
depends_on
"python27"
...
...
@@ -24,12 +24,13 @@ class Mercurial < Package
def
self
.
install
system
"make"
,
"DESTDIR=
#{
CREW_DEST_DIR
}
"
,
"install"
puts
"------------------"
puts
"Installation success!"
puts
"Installation success!"
.
lightgreen
puts
"Cleaning up dependencies only required for build..."
system
"pip"
,
"uninstall"
,
"docutils"
puts
puts
"To begin using mercurial you'll need to configure it."
puts
"To begin using mercurial, you'll need to configure it."
.
lightblue
puts
puts
"Run `hg debuginstall` and address any issues that it reports."
.
lightblue
puts
puts
"Run `hg debuginstall` and address any issues that it reports."
end
end
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