Преглед на файлове

disperse: Remove unnecessary options.

Jelmer Vernooij преди 2 години
родител
ревизия
13462c7406
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      disperse.conf

+ 0 - 6
disperse.conf

@@ -3,12 +3,6 @@ news_file: "NEWS"
 timeout_days: 5
 tag_name: "dulwich-$VERSION"
 verify_command: "flake8 && make check"
-github_url: "https://github.com/dulwich/dulwich"
-update_version {
-  path: "setup.py"
-  match: "^dulwich_version_string = '(.*)'$"
-  new_line: "dulwich_version_string = '$VERSION'"
-}
 update_version {
   path: "dulwich/__init__.py"
   match: "^__version__ = \((.*)\)$"