OpenCores
URL https://opencores.org/ocsvn/zap/zap/trunk

Subversion Repositories zap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /zap/trunk
    from Rev 6 to Rev 5
    Reverse comparison

Rev 6 → Rev 5

/ZAP/push_repo.pl
0,0 → 1,8
#!/usr/bin/perl -w
 
use strict;
use warnings;
 
print ('git status && git add . && git add -u && git commit -m \'Update\' && git push origin master --force --dry-run -v');
die "*E: Failed!\n" if system('git status && git add . && git add -u && git commit -m \'Update\' && git push origin master --force --dry-run -v');
print "\nSuccess!\n";
ZAP/push_repo.pl Property changes : Added: svn:executable ## -0,0 +1 ## +* \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.