##// END OF EJS Templates
packaging: Use a recent bower2nix to have fetch-bower...
packaging: Use a recent bower2nix to have fetch-bower Recent versions of bower2nix provide "fetch-bower" as a separate command. This command is needed for the backported bower related utilities.

File last commit:

r1:854a839a default
r726:5b2d844f default
Show More
svn_post_commit_hook.py.tmpl
14 lines | 115 B | application/x-cheetah | CheetahLexer
#!_ENV_
import sys
RC_HOOK_VER = '_TMPL_'
def main():
sys.exit(0)
if __name__ == '__main__':
main()