Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Lesson Template
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
prace-lessons
Lesson Template
Commits
0c6a3e6d
Commit
0c6a3e6d
authored
10 years ago
by
Raniere Silva
Browse files
Options
Downloads
Patches
Plain Diff
Update License.md md5sum on tools/check based on
2f4703e8
parent
2fcac604
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/check
+1
-1
1 addition, 1 deletion
tools/check
with
1 addition
and
1 deletion
tools/check
+
1
−
1
View file @
0c6a3e6d
...
...
@@ -499,7 +499,7 @@ class LicensePageValidator(MarkdownValidator):
def
_run_tests
(
self
):
"""
Skip the base tests; just check md5 hash
"""
# TODO: This hash is specific to the license for english-language repo
expected_hash
=
'
258aa6822fa77f7c49c37c3759017891
'
expected_hash
=
'
cd5742b6596a1f2f35c602ad43fa24b2
'
m
=
hashlib
.
md5
()
try
:
m
.
update
(
self
.
markdown
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment