Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Timothy Frew
Sympl
Commits
f71b93a4
Commit
f71b93a4
authored
Mar 09, 2011
by
Patrick J Cherry
Browse files
Added extra build tasks
parent
3768ebdb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Rakefile
View file @
f71b93a4
...
...
@@ -95,7 +95,7 @@ def upstream_version(debian_version)
$2
end
task
:default
=>
[
:
all
]
task
:default
=>
[
:
build
]
desc
"Verify integrity of packages using lintian"
task
:lintian
=>
[
"lintian-stamp"
]
...
...
@@ -145,7 +145,7 @@ rule '.gz' => [ proc {|t| t.sub(/.gz$/,"") } ] do |t|
end
desc
"Generate Release.gpg"
task
:
all
=>
[
"Release.gpg"
]
task
:
build
=>
[
"Release.gpg"
]
desc
"Generate Packages file"
file
"Packages"
=>
package_changess
do
|
t
|
...
...
@@ -344,3 +344,6 @@ task "upload-live" => ["#{htdocs_home}/lenny"] + AVAILABLE_BUILD_ARCH.collect{|a
sh
"rsync -Pr --delete
#{
t
.
prerequisites
.
first
}
/ repo@mirroir.sh:htdocs/symbiosis/lenny/"
end
desc
"Complete build cycle"
task
"clean_build_and_upload"
=>
%w(clean build upload)
Write
Preview
Supports
Markdown
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