Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mattia Rizzolo
Settings
Commits
16aa2606
Commit
16aa2606
authored
Feb 25, 2014
by
Mattia Rizzolo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pbuilder script: s/type/kind/ fuction name. Add lucid, maverick, devel ubuntu releases
parent
1d2ddbc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pbuilder/scripts/pbuilder-common
pbuilder/scripts/pbuilder-common
+3
-3
No files found.
pbuilder/scripts/pbuilder-common
View file @
16aa2606
#!/bin/bash
debians
=(
squeezy wheezy jessie testing sid unstable experimental
)
ubuntus
=(
natty oneiric precise quantal raring saucy trusty
)
ubuntus
=(
lucid maverick natty oneiric precise quantal raring saucy trusty devel
)
DIST
=
`
basename
$0
|
cut
-f2
-d
'-'
`
ARCH
=
`
basename
$0
|
cut
-f3
-d
'-'
`
...
...
@@ -11,7 +11,7 @@ BASE_DIR="$HOME/pbuilder"
APTCACHE
=
"
$BASE_DIR
/cache/apt/
$DIST
-
$ARCH
"
OTHER
=
""
type
()
{
kind
()
{
contains
()
{
local
n
=
$#
local
value
=
${
!n
}
...
...
@@ -82,7 +82,7 @@ execute() {
case
$OPERATION
in
create|update|build|clean|login|execute
)
type
kind
sett
execute
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment