This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
pam_usb
mirror of
https://github.com/Fincer/pam_usb
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Added descriptions to fetch_doc and roll_release
master
Andrea Luzzardi
18 years ago
parent
54a3feee84
commit
7aedbd733d
2 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
fetch_doc.rb
+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"
Write
Preview
Loading…
Cancel
Save