]> Kevux Git Server - kit-legacy/log
kit-legacy
9 years agoCleanup: fix some spelling mistakes in some TODO comments master
Kevin Day [Thu, 26 Jun 2014 03:51:07 +0000 (22:51 -0500)]
Cleanup: fix some spelling mistakes in some TODO comments

10 years agoBugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe
Kevin Day [Fri, 21 Mar 2014 22:29:27 +0000 (17:29 -0500)]
Bugfix: rename standard_datetimestamp_safe to kit_core_datetimestamp_safe

This was overlooked in the commit 67e08ee.

10 years agoCleanup: remove redundant declaration of do_help variable
Kevin Day [Fri, 9 Aug 2013 07:22:48 +0000 (02:22 -0500)]
Cleanup: remove redundant declaration of do_help variable

10 years agoCleanup: make sure unset functions call themselves
Kevin Day [Tue, 30 Jul 2013 06:38:08 +0000 (01:38 -0500)]
Cleanup: make sure unset functions call themselves

10 years agoBugfix: rename functions that should be kit_core_* and not standard_*
Kevin Day [Tue, 30 Jul 2013 05:55:06 +0000 (00:55 -0500)]
Bugfix: rename functions that should be kit_core_* and not standard_*

10 years agoUpdate: finish writing the if operation
Kevin Day [Wed, 24 Jul 2013 23:54:18 +0000 (18:54 -0500)]
Update: finish writing the if operation

Looks like I never fully finished it.
This should just about do it.
Testing is needed.

10 years agoBugfix: remove duplicate copies of the kit source
Kevin Day [Wed, 24 Jul 2013 12:21:02 +0000 (07:21 -0500)]
Bugfix: remove duplicate copies of the kit source

For some reason I had kit source at sources/ and at source/sh/ .
The source/ code was more up to date, with the exception of a specific bugfix.

10 years agoUpdate: numerous changes, features, and bugfixes
Kevin Day [Wed, 24 Jul 2013 04:29:15 +0000 (23:29 -0500)]
Update: numerous changes, features, and bugfixes

I had worked on a number of changes after a while and then forgot about them.
I do not remember the exact nature of every change.

The external dependency has been moved into kit as kit-core to make it easier for other distributions to install and utilize kit.

11 years agoBugfix: don't perform multiple identical installs for an individual install
Kevin Day [Thu, 28 Feb 2013 19:39:14 +0000 (13:39 -0600)]
Bugfix: don't perform multiple identical installs for an individual install

When calling kit_package_individual() with the W-H-O arguments, the 'O' part may end up being called multiple times.
This happens because some packages, like linux.package, define multiple 'H' parts.
For example, the linux.package defines the following:

'W' = runtime 'W' = runtime 'W' = runtime
'H' = kernel  'H' = modules 'H' = firmware
'O' = main    'O' = main    'O' = main

The 'main' would get called 3 times.
This means that "kit install linux" compiles and installs linux 3 times in a row.

The solution is to remember if an existing 'O' has been processed and skipping already processed 'O's.

11 years agoBugfix: include the base path for the kevux scripts as _SCRIPT_LIBRARY2_PREFIX_ as...
Kevin Day [Tue, 15 Jan 2013 04:12:54 +0000 (22:12 -0600)]
Bugfix: include the base path for the kevux scripts as _SCRIPT_LIBRARY2_PREFIX_ as well

11 years agoAdd File: kit
Kevin Day [Tue, 15 Jan 2013 03:39:26 +0000 (21:39 -0600)]
Add File: kit

11 years agoUpdate: add the kit-0.4.x script files
Kevin Day [Tue, 15 Jan 2013 03:28:53 +0000 (21:28 -0600)]
Update: add the kit-0.4.x script files

Kit 0.4.x is still being developed, but I should make what I have available now.
This will allow for kit to install kit via the kevux undernet repository.

11 years agoAdd file: readme (stub)
Kevin Day [Tue, 15 Jan 2013 03:27:57 +0000 (21:27 -0600)]
Add file: readme (stub)

11 years agoAdd File: lgpl 2.1 license
Kevin Day [Tue, 15 Jan 2013 03:27:45 +0000 (21:27 -0600)]
Add File: lgpl 2.1 license

11 years agoCleanup: remove bare file
Kevin Day [Tue, 15 Jan 2013 03:27:21 +0000 (21:27 -0600)]
Cleanup: remove bare file

11 years agoInitialize Repository
Kevin Day [Tue, 19 Jun 2012 02:34:36 +0000 (21:34 -0500)]
Initialize Repository