Tools: Ubuntu PPA generator for "raring" release
This commit is contained in:
parent
c10bbe9969
commit
23f32acbc7
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ VERSION=`echo $SOURCEFILE | sed -e 's/[^_]*_\(.*\)-[^-]*\.dsc/\1/g'`
|
|||
FOLDER=`echo $SOURCEFILE | sed -e 's/\([^_]*\)_.*/\1/g'`-${VERSION}
|
||||
|
||||
# See https://wiki.ubuntu.com/DevelopmentCodeNames
|
||||
UBUNTU_RELEASES="maverick natty oneiric precise quantal"
|
||||
UBUNTU_RELEASES="maverick natty oneiric precise quantal raring"
|
||||
|
||||
echo "SOURCEFILE = $SOURCEFILE"
|
||||
echo "VERSION = $VERSION"
|
||||
|
|
Loading…
Reference in a new issue