Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
dcpman
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
dcpman
Commits
fd99af2b
Commit
fd99af2b
authored
10 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Better cleaning and publishing using Fabric.
parent
84005ab1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+26
-0
26 additions, 0 deletions
debian/changelog
debian/files
+0
-1
0 additions, 1 deletion
debian/files
fabfile.py
+4
-1
4 additions, 1 deletion
fabfile.py
with
30 additions
and
2 deletions
debian/changelog
+
26
−
0
View file @
fd99af2b
dcpman (0.1.2~2.gbp1e5230) UNRELEASED; urgency=medium
[ Nimrod Adar ]
** SNAPSHOT build @1e523033e4cf94509378a806d2ac9cf5dae38b76 **
* Adding better detection of encrypted DCPs by using avprobe to try and read the mxf files (still not 100% correct).
* UNRELEASED
[ Adar Nimrod ]
* Create debian changelog from git commits when building.
[ Nimrod Adar ]
[ Adar Nimrod ]
* Create debian changelog from git commits when building.
[ Nimrod Adar ]
[ Adar Nimrod ]
* Create debian changelog from git commits when building.
[ Nimrod Adar ]
[ Adar Nimrod ]
* Create debian changelog from git commits when building.
[ Nimrod Adar ]
[ Adar Nimrod ]
* Create debian changelog from git commits when building.
[ Nimrod Adar ]
-- Nimrod Adar <nimrod@nimrod.private> Wed, 27 Aug 2014 15:37:46 +0300
dcpman (0.1) UNRELEASED; urgency=medium
...
...
This diff is collapsed.
Click to expand it.
debian/files
deleted
100644 → 0
+
0
−
1
View file @
84005ab1
dcpman_0.1.1_all.deb video optional
This diff is collapsed.
Click to expand it.
fabfile.py
+
4
−
1
View file @
fd99af2b
...
...
@@ -6,6 +6,8 @@ def publish ():
build
()
for
dist
in
[
'
wheezy
'
,
'
jessie
'
,
'
sid
'
]:
local
(
'''
reprepro includedeb
'''
+
dist
+
'''
../dcpman_*.deb
'''
)
local
(
'''
fab -f $REPREPRO_BASE_DIR/fabfile.py publish
'''
)
clean
()
@task
def
build
():
...
...
@@ -17,4 +19,5 @@ def clean ():
with
settings
(
warn_only
=
True
):
local
(
'''
rm ../dcpman_*
'''
)
local
(
'''
rm -r debian/dcpman.substvars debian/dcpman.prerm.debhelper
\
debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log debian/dcpman
'''
)
debian/dcpman.postinst.debhelper debian/dcpman.debhelper.log
\
debian/dcpman 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