Skip to content

Commit

Permalink
script used to create get_flash_videos-${VERSION} and
Browse files Browse the repository at this point in the history
combined-get_flash_videos-${VERSION}
  • Loading branch information
njtaylor committed Oct 23, 2015
1 parent 23b8861 commit c619633
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions obsd_create.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/ksh

#
#VER=1.24.`date +%Y%m%d`
#GVER=1.24-git-`date +%Y%m%d`
#ARCNAME=App-get_flash_videos-${VER}
#git tag v${VER}
#env GFV_DEVEL_MODE=1 perl Makefile.PL
#echo "-include mk/makemaker.mk">mk/makemaker-wrap.mk
#make -f Makefile.bsd-wrapper VERSION=${VER} mk/makemaker-wrap.mk
#make -f Makefile.bsd-wrapper VERSION=${VER} release-test

make -f Makefile.bsd-wrapper mk/makemaker-wrap.mk
make -f Makefile.bsd-wrapper release-test

0 comments on commit c619633

Please sign in to comment.