Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cobuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
parrot
cobuild
Commits
5e5e34df
Commit
5e5e34df
authored
Nov 16, 2020
by
Lorenzo "Palinuro" Faletra
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.parrotsec.org:packages/parrot/cobuild into master
parents
4929260f
1e12dd2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
debian/changelog
debian/changelog
+7
-1
src/cobuild
src/cobuild
+3
-1
No files found.
debian/changelog
View file @
5e5e34df
cobuild (0.
3
) rolling-testing; urgency=medium
cobuild (0.
4
) rolling-testing; urgency=medium
* Add missing crun dependency.
* Add missing crun dependency.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Mon, 16 Nov 2020 13:01:08 +0100
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Mon, 16 Nov 2020 13:01:08 +0100
cobuild (0.4) rolling-testing; urgency=medium
* Add shebang.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Thu, 05 Nov 2020 16:00:39 +0200
cobuild (0.2) rolling-testing; urgency=medium
cobuild (0.2) rolling-testing; urgency=medium
* Make workdir copy silent.
* Make workdir copy silent.
...
...
src/cobuild
View file @
5e5e34df
#!/bin/bash
ACTION
=
$1
ACTION
=
$1
TARGET
=
$2
TARGET
=
$2
SOURCE
=
$3
SOURCE
=
$3
...
@@ -173,4 +175,4 @@ case "$ACTION" in
...
@@ -173,4 +175,4 @@ case "$ACTION" in
*
)
*
)
echo
"wip"
echo
"wip"
;;
;;
esac
esac
\ No newline at end of file
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