Browse Source

Added descriptions to fetch_doc and roll_release

master
Andrea Luzzardi 17 years ago
parent
commit
7aedbd733d
2 changed files with 12 additions and 0 deletions
  1. +6
    -0
      fetch_doc.rb
  2. +6
    -0
      roll_release.sh

+ 6
- 0
fetch_doc.rb View File

@ -1,4 +1,10 @@
#!/usr/bin/env ruby
#
# fetch_doc.rb
#
# Fetch the documentation from the wiki and translate it
# to be human readable.
#
require 'open-uri'


+ 6
- 0
roll_release.sh View File

@ -1,4 +1,10 @@
#!/bin/sh
#
# roll_release.sh
#
# Rolls a distribution tarball from the svn trunk
# and performs basic QA checks.
#
TRUNK_PATH="./pam_usb"


Loading…
Cancel
Save