-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding check if CK is up-to-date ...
- Loading branch information
Showing
7 changed files
with
161 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
v0.1.140810, 2014-11-05 -- starting point | ||
v1.0.1214, 2014-12-14 -- stable pre-release for collaborators | ||
v1.0.1214.beta, 2014-12-14 -- stable pre-release for collaborators |
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,19 +1,19 @@ | ||
{ | ||
"backup_module_uid": "e9a4bb5e10b91e40", | ||
"backup_module_uoa": "module", | ||
"control": { | ||
"engine": "CK", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"iso_datetime": "2014-12-06T15:37:32.348000", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://cTuning.org/lab/people/gfursin", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2014-12-06T15:37:32.348000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"0", | ||
"9", | ||
"4113" | ||
], | ||
"author_webpage": "http://cTuning.org/lab/people/gfursin" | ||
] | ||
}, | ||
"data_name": "kernel", | ||
"backup_module_uid": "e9a4bb5e10b91e40" | ||
"data_name": "kernel" | ||
} |
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,13 +1,16 @@ | ||
{ | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"developer_email": "[email protected]", | ||
"actions": { | ||
"setup": { | ||
"desc": "CK kernel setup" | ||
}, | ||
"status": { | ||
"desc": "check CK version status" | ||
} | ||
}, | ||
"developer_webpage": "http://cTuning.org/lab/people/gfursin", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"desc": "managing CK kernel", | ||
"developer": "Grigori Fursin" | ||
"developer": "Grigori Fursin", | ||
"developer_email": "[email protected]", | ||
"developer_webpage": "http://cTuning.org/lab/people/gfursin", | ||
"license": "See CK LICENSE.txt for licensing details" | ||
} |
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,19 +1,34 @@ | ||
{ | ||
"control": [ | ||
{ | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://cTuning.org/lab/people/gfursin", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"engine": "CK", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"iso_datetime": "2015-01-28T15:07:40.561000", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"0", | ||
"1215", | ||
"beta" | ||
] | ||
}, | ||
{ | ||
"author": "Grigori Fursin", | ||
"author_email": "[email protected]", | ||
"author_webpage": "http://cTuning.org/lab/people/gfursin", | ||
"copyright": "See CK Copyright.txt for copyright details", | ||
"engine": "CK", | ||
"iso_datetime": "2015-02-02T10:04:39.877000", | ||
"license": "See CK LICENSE.txt for licensing details", | ||
"version": [ | ||
"1", | ||
"0", | ||
"1215", | ||
"beta" | ||
], | ||
"author_webpage": "http://cTuning.org/lab/people/gfursin" | ||
] | ||
} | ||
] | ||
} |
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 |
---|---|---|
|
@@ -14,6 +14,6 @@ | |
license='BSD 3-clause', | ||
author='Grigori Fursin and the cTuning foundation', | ||
author_email='[email protected]', | ||
description='lightweight knowledge manager to perserve, systematize and cross-link code and data', | ||
description='lightweight knowledge manager to preserve, systematize, cross-link and share code and data', | ||
packages=['ck'] | ||
) |