-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from beebeeep/develop
0.7.17
- Loading branch information
Showing
10 changed files
with
224 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
cacus (0.7.17) unstable; urgency=medium | ||
|
||
* Added package purging | ||
* Purge old packages | ||
|
||
-- Cacus maintainer entity <[email protected]> Mon, 04 Sep 2017 11:34:03 +0000 | ||
|
||
cacus (0.7.16) unstable; urgency=medium | ||
|
||
* fixed error handling in /api/v1/package/remove | ||
|
||
-- Daniil Migalin <[email protected]> Tue, 15 Aug 2017 13:29:40 +0000 | ||
-- Cacus maintainer entity <[email protected]> Tue, 15 Aug 2017 13:29:40 +0000 | ||
|
||
cacus (0.7.15) unstable; urgency=medium | ||
|
||
|
@@ -15,7 +22,7 @@ cacus (0.7.14) unstable; urgency=medium | |
* Fixed distro import | ||
* Added CORS stuff | ||
|
||
-- Daniil Migalin <[email protected]> Wed, 02 Aug 2017 10:03:49 +0000 | ||
-- Cacus maintainer entity <[email protected]> Wed, 02 Aug 2017 10:03:49 +0000 | ||
|
||
cacus (0.7.13) unstable; urgency=medium | ||
|
||
|
@@ -36,7 +43,7 @@ cacus (0.7.11) unstable; urgency=medium | |
* Added list of components to /distro/show | ||
* Removed old API endpoint | ||
|
||
-- Daniil Migalin <[email protected]> Tue, 27 Jun 2017 12:14:00 +0000 | ||
-- Cacus maintainer entity <[email protected]> Tue, 27 Jun 2017 12:14:00 +0000 | ||
|
||
cacus (0.7.10) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
setup( | ||
name="cacus", | ||
version="0.7.16", | ||
version="0.7.17", | ||
author="Danila Migalin", | ||
author_email="[email protected]", | ||
url="https://github.com/beebeeep/cacus", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
hello /usr/bin/ | ||
data /usr/hello/data |
Oops, something went wrong.