flex.pl #1

  • //
  • guest/
  • netapp/
  • p4flexclone/
  • main/
  • demo/
  • flex.pl
  • View
  • Commits
  • Open Download .zip Download (142 B)
#!/usr/local/bin/perl -w

use strict;
use warnings;

# Add some magic here...

print( "action: RESPOND\n" );
print( "message: \n" );
exit(0);
# Change User Description Committed
#3 18997 netapp Rename/move file(s)

Project name change:
moving
//guest/netapp/p4flexclone/main/…
to
//guest/netapp/p4flex/main/…
#2 13607 Paul Allen Added logging to out.log file and test commands...

$ p4 flex create foo
running a flex clone create on 'foo'

$ p4 flex client foo.ws1
todo
#1 13267 Paul Allen #review-13268 simple 'p4 flex' broker demo.