diff options
author | Helmut Grohne <helmut@subdivi.de> | 2013-06-19 08:35:26 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2013-06-19 08:35:26 +0200 |
commit | 14116126ce7d1e1d48743bbed78599805af7747f (patch) | |
tree | fd60db3345e6d45b36e7a75fd659d69ca6f3cd76 | |
parent | 3667c29f675599b9f3e098dd9b708c1d099d2b8a (diff) | |
download | debian-dedup-14116126ce7d1e1d48743bbed78599805af7747f.tar.gz |
webapp: fix hash example link after git upload
The git binary changed and so did its hash. Choosing a more stable
example now: The GPL-3.
-rwxr-xr-x | webapp.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ index_template = jinjaenv.from_string( </form> </fieldset></div></li> <li>To inspect a combination of binary packages go to <pre>compare/<firstpackage>/<secondpackage></pre> Example: <a href="compare/git/git">compare/git/git</a></li> -<li>To discover package shipping a particular file go to <pre>hash/sha512/<hashvalue></pre> Example: <a href="hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc">hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc</a></li> +<li>To discover package shipping a particular file go to <pre>hash/sha512/<hashvalue></pre> Example: <a href="hash/sha512/7633623b66b5e686bb94dd96a7cdb5a7e5ee00e87004fab416a5610d59c62badaf512a2e26e34e2455b7ed6b76690d2cd47464836d7d85d78b51d50f7e933d5c">hash/sha512/7633623b66b5e686bb94dd96a7cdb5a7e5ee00e87004fab416a5610d59c62badaf512a2e26e34e2455b7ed6b76690d2cd47464836d7d85d78b51d50f7e933d5c</a></li> </ul> {% endblock %}""") |