Moved playbooks here; zsh dotfiles distro; new config logs
This commit is contained in:
@@ -63,6 +63,7 @@ def extract_ver(content):
|
||||
def strip_volatile_fields(content):
|
||||
content = re.sub(r'^pkgver=.*$', '', content, flags=re.MULTILINE)
|
||||
content = re.sub(r'^pkgrel=.*$', '', content, flags=re.MULTILINE)
|
||||
content = re.sub(r'^arch=\(.*?\)', '', content, flags=re.MULTILINE | re.DOTALL)
|
||||
|
||||
source_vars = set()
|
||||
source_matches = re.finditer(r'^source(?:_[a-zA-Z0-9_]+)?=\((.*?)\)', content, flags=re.MULTILINE | re.DOTALL)
|
||||
|
||||
Reference in New Issue
Block a user