Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-vlc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
dcp
python-vlc
Commits
4099d7f9
Commit
4099d7f9
authored
10 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Improved clean and publish in Fabric.
parent
76b1d6d4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fabfile.py
+3
-1
3 additions, 1 deletion
fabfile.py
with
3 additions
and
1 deletion
fabfile.py
+
3
−
1
View file @
4099d7f9
...
@@ -6,6 +6,8 @@ def publish ():
...
@@ -6,6 +6,8 @@ def publish ():
build
()
build
()
for
dist
in
[
'
wheezy
'
,
'
jessie
'
,
'
sid
'
]:
for
dist
in
[
'
wheezy
'
,
'
jessie
'
,
'
sid
'
]:
local
(
'''
reprepro includedeb
'''
+
dist
+
'''
../python3-vlc_*.deb
'''
)
local
(
'''
reprepro includedeb
'''
+
dist
+
'''
../python3-vlc_*.deb
'''
)
local
(
'''
fab -f $REPREPRO_BASE_DIR/fabfile.py publish
'''
)
clean
()
@task
@task
def
build
():
def
build
():
...
@@ -18,4 +20,4 @@ def clean ():
...
@@ -18,4 +20,4 @@ def clean ():
local
(
'''
rm ../python3-vlc_*
'''
)
local
(
'''
rm ../python3-vlc_*
'''
)
local
(
'''
rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper
\
local
(
'''
rm -r debian/python3-vlc.substvars debian/python3-vlc.prerm.debhelper
\
debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log
\
debian/python3-vlc.postinst.debhelper debian/python3-vlc.debhelper.log
\
debian/python3-vlc
'''
)
debian/python3-vlc
debian/files
'''
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment