mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Update references to newznab-tmux branches.
This commit is contained in:
@@ -66,7 +66,7 @@ if ($error === false) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
echo "not 'dev', 'next-master', or 'master' branch, skipping version/patch updates\n";
|
||||
echo "not 'dev', 'dev-regexless', or 'master' branch, skipping version/patch updates\n";
|
||||
}
|
||||
} else {
|
||||
echo "Error in pre-commit hooks!!\n";
|
||||
|
||||
@@ -198,7 +198,7 @@ class Versions
|
||||
$options = [
|
||||
'data' => NN_RES . 'db' . DS . 'schema' . DS . 'data' . DS,
|
||||
'ext' => 'sql',
|
||||
'path' => NN_RES . 'db' . DS . 'patches' . DS . 'mysql',
|
||||
'path' => NN_RES . 'db' . DS . 'patches' . DS,
|
||||
'regex' =>
|
||||
'#^' . Utility::PATH_REGEX . '(?P<patch>\d{4})~(?P<table>\w+)\.sql$#',
|
||||
'safe' => true,
|
||||
|
||||
Reference in New Issue
Block a user