mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
* grab-merge: Added --help option.
This commit is contained in:
parent
1c2dc32484
commit
86f51ec2fd
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
ubuntu-dev-tools (0.72) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.72) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* README.updates: Added - lists steps to take when updating this package.
|
* README.updates: Added - lists steps to take when updating this package.
|
||||||
|
* grab-merge: Added --help option.
|
||||||
|
|
||||||
-- Jonathan Davies <jpds@ubuntu.com> Thu, 26 Mar 2009 00:22:01 +0000
|
-- Jonathan Davies <jpds@ubuntu.com> Thu, 26 Mar 2009 00:22:01 +0000
|
||||||
|
|
||||||
|
10
grab-merge
10
grab-merge
@ -29,6 +29,16 @@ set -e
|
|||||||
|
|
||||||
MERGE=$1
|
MERGE=$1
|
||||||
|
|
||||||
|
if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
||||||
|
echo "Usage: $0 <package name>"
|
||||||
|
echo ""
|
||||||
|
echo "grab-merge downloads a merge's packaging files and report from"
|
||||||
|
echo "merges.ubuntu.com, placing them into a new subdirectory for working"
|
||||||
|
echo "from."
|
||||||
|
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$SUBDIR" = "y" ]; then
|
if [ "$SUBDIR" = "y" ]; then
|
||||||
[ -d "$MERGE" ] || mkdir $MERGE
|
[ -d "$MERGE" ] || mkdir $MERGE
|
||||||
cd $MERGE
|
cd $MERGE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user