/[d-i]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 105 - Directory Listing
Modified Thu Nov 2 04:59:32 2000 UTC (12 years, 7 months ago) by tausq
compile library objects with -fPIC so that we don't break the linker

Revision 104 - Directory Listing
Modified Thu Nov 2 04:14:31 2000 UTC (12 years, 7 months ago) by tausq
fixed the status file writing code

Revision 103 - Directory Listing
Modified Thu Nov 2 04:11:56 2000 UTC (12 years, 7 months ago) by joeyh
updates

Revision 102 - Directory Listing
Modified Thu Nov 2 04:05:59 2000 UTC (12 years, 7 months ago) by joeyh
weekly update

Revision 101 - Directory Listing
Modified Thu Nov 2 03:39:03 2000 UTC (12 years, 7 months ago) by tausq
fixed up loadtemplate to work (maybe)

Revision 100 - Directory Listing
Modified Thu Nov 2 03:04:13 2000 UTC (12 years, 7 months ago) by joeyh
so I added a "small" target, because I find this very useful when trying to
shave off a few bytes

Revision 99 - Directory Listing
Modified Thu Nov 2 03:03:40 2000 UTC (12 years, 7 months ago) by joeyh
show size in small target

Revision 98 - Directory Listing
Modified Wed Nov 1 23:55:28 2000 UTC (12 years, 7 months ago) by joeyh
shaved off a few bytes

Revision 97 - Directory Listing
Modified Wed Nov 1 23:48:09 2000 UTC (12 years, 7 months ago) by joeyh
use control_read to read control files. Status file management seems to be
working now.

Revision 96 - Directory Listing
Modified Wed Nov 1 23:16:16 2000 UTC (12 years, 7 months ago) by joeyh
* added fields for Description and Installer-Menu-Item to the structure.
* moved control file parsing code out into control_read, and made it parse
  more fields

Revision 95 - Directory Listing
Modified Wed Nov 1 23:15:09 2000 UTC (12 years, 7 months ago) by joeyh
rebuild .o files if udpkg.h changes (since it has a structure in it..)

Revision 94 - Directory Listing
Modified Wed Nov 1 22:33:08 2000 UTC (12 years, 7 months ago) by joeyh
ignore build files

Revision 93 - Directory Listing
Modified Wed Nov 1 22:31:42 2000 UTC (12 years, 7 months ago) by joeyh
ok, two of those bugs were mine and easily fixed..

Revision 92 - Directory Listing
Modified Wed Nov 1 22:27:55 2000 UTC (12 years, 7 months ago) by joeyh
enumerated problems

Revision 91 - Directory Listing
Modified Wed Nov 1 22:26:22 2000 UTC (12 years, 7 months ago) by joeyh
status_merge actually writes out a status file now. The file it writers out
is pretty well corrupted, but that's another story. See TODO

Revision 90 - Directory Listing
Modified Wed Nov 1 21:54:02 2000 UTC (12 years, 7 months ago) by joeyh
remove newline

Revision 89 - Directory Listing
Modified Wed Nov 1 20:39:48 2000 UTC (12 years, 7 months ago) by joeyh
* udpkg.c: since we have chdir'd into the tmp.ci directory, the path name
  that was being used was too long.
* debian/rules: create dpkg status directory in .deb

Revision 88 - Directory Listing
Modified Tue Oct 31 04:32:05 2000 UTC (12 years, 7 months ago) by joeyh
added udeb build files

Revision 87 - Directory Listing
Modified Tue Oct 31 04:27:30 2000 UTC (12 years, 7 months ago) by joeyh
now can build a .udeb

Revision 86 - Directory Listing
Modified Tue Oct 31 04:21:49 2000 UTC (12 years, 7 months ago) by tausq
make the lawyers happy... :)

Revision 85 - Directory Listing
Modified Tue Oct 31 04:09:59 2000 UTC (12 years, 7 months ago) by tausq
common.h, confmodule.h, config.h: header #define cleanups
database.*, textdb.c: removed the question_add method, renamed template_add to template_set. The idea is that the set method should be smart enough to handle add or replace
loadtemplate.c: simple utility to load templates into the database

Revision 84 - Directory Listing
Modified Mon Oct 30 01:03:44 2000 UTC (12 years, 7 months ago) by tausq
debian/* doc/*: minor documentaiton changes
debconf.conf: some database module ideas
ncurses.*: curses init code; doesn't work yet

Revision 83 - Directory Listing
Modified Sun Oct 29 22:02:10 2000 UTC (12 years, 7 months ago) by joeyh
use an enum because I think it looks better. No executable size changes.

Revision 82 - Directory Listing
Modified Sun Oct 29 07:04:33 2000 UTC (12 years, 7 months ago) by tausq
question.*: added a question_setvalue method
textdb.*: fixed up the question_add method so that it works properly
ncurses.*: nothing much, just fiddling
text.c: got it to ask boolean questions and store it in the DB!

Revision 81 - Directory Listing
Modified Sun Oct 29 03:43:11 2000 UTC (12 years, 7 months ago) by joeyh
.udeb

Revision 80 - Directory Listing
Modified Sun Oct 29 02:42:59 2000 UTC (12 years, 7 months ago) by joeyh
I'm told that it shouldn't be byhand. Ok.

Revision 79 - Directory Listing
Modified Sun Oct 29 02:39:29 2000 UTC (12 years, 7 months ago) by joeyh
mostly build system changes

Revision 78 - Directory Listing
Modified Sun Oct 29 02:11:40 2000 UTC (12 years, 7 months ago) by joeyh
One more TODO down, and a suggestion for the other one. Thanks Aj

Revision 77 - Directory Listing
Modified Sun Oct 29 01:59:30 2000 UTC (12 years, 7 months ago) by joeyh
foo

Revision 76 - Directory Listing
Modified Sat Oct 28 23:27:15 2000 UTC (12 years, 7 months ago) by joeyh
oops

Revision 75 - Directory Listing
Modified Sat Oct 28 23:25:48 2000 UTC (12 years, 7 months ago) by joeyh
needs this dpkg-dev for the udeb fix

Revision 74 - Directory Listing
Modified Sat Oct 28 22:58:30 2000 UTC (12 years, 7 months ago) by joeyh
all known issues are resolved!!

Revision 73 - Directory Listing
Modified Sat Oct 28 22:24:42 2000 UTC (12 years, 7 months ago) by joeyh
so why would clearing the tree 3 times do it?

Revision 72 - Directory Listing
Modified Sat Oct 28 22:16:42 2000 UTC (12 years, 7 months ago) by joeyh
added debugging code

Revision 71 - Directory Listing
Modified Sat Oct 28 22:05:31 2000 UTC (12 years, 7 months ago) by joeyh
fixed demo to not need root

Revision 70 - Directory Listing
Modified Sat Oct 28 21:55:42 2000 UTC (12 years, 7 months ago) by joeyh
* Fixed the bug that was making recursive dpkg configuration not work. Have
  to clear the processed flags is all.
* Started trying to implement a tree clearer, but it is broken.

Revision 69 - Directory Listing
Modified Sat Oct 28 18:44:22 2000 UTC (12 years, 7 months ago) by joeyh
one hack gone

Revision 68 - Directory Listing
Modified Sat Oct 28 08:24:28 2000 UTC (12 years, 7 months ago) by joeyh
disk space allocation issues

Revision 67 - Directory Listing
Modified Sat Oct 28 07:53:24 2000 UTC (12 years, 7 months ago) by joeyh
I don't think that is something to worry about

Revision 66 - Directory Listing
Modified Sat Oct 28 07:26:35 2000 UTC (12 years, 7 months ago) by joeyh
nothing important. step away from the curtian

Revision 65 - Directory Listing
Modified Sat Oct 28 07:09:06 2000 UTC (12 years, 7 months ago) by joeyh
details, details

Revision 64 - Directory Listing
Modified Sat Oct 28 06:53:56 2000 UTC (12 years, 7 months ago) by joeyh
done

Revision 63 - Directory Listing
Modified Sat Oct 28 06:41:07 2000 UTC (12 years, 7 months ago) by joeyh
aj is working on that too

Revision 62 - Directory Listing
Modified Fri Oct 27 04:07:57 2000 UTC (12 years, 7 months ago) by ajt
make "make all" and "make clean" recurse into modules

Revision 61 - Directory Listing
Modified Fri Oct 27 04:07:16 2000 UTC (12 years, 7 months ago) by ajt
Add the template/question i'm using to test cdebconf

Revision 60 - Directory Listing
Modified Fri Oct 27 04:06:05 2000 UTC (12 years, 7 months ago) by ajt
make a default title (in debconf.c, gross out)
display the title in the text frontend

Revision 59 - Directory Listing
Modified Fri Oct 27 03:44:47 2000 UTC (12 years, 7 months ago) by ajt
commands_* (commands.c) returns DC_OK normally (even if an error happened)
*unless* it didn't manage to correctly inform the user about it (via
snprintf to the buffer). _communicate checks for DC_NOTOK and sends a
"not implemented" error to stderr, and tries skipping to the next input

cope with bad questions in command_input
correctly order the priority/question for command_input
added command_stop

enable the frontend
set the default frontend to be the text frontend

correct frontend_add (the default implementation)

add a _displaydesc function to the text frontend (needs fleshing out still)
set the text frontend to be interactive

add input and go commands to the test.config

Revision 58 - Directory Listing
Modified Fri Oct 27 02:58:00 2000 UTC (12 years, 7 months ago) by tausq
question_add method and a little bit more of question_get

Revision 57 - Directory Listing
Modified Fri Oct 27 02:52:57 2000 UTC (12 years, 7 months ago) by ajt
connect question with template

Revision 56 - Directory Listing
Modified Fri Oct 27 02:40:59 2000 UTC (12 years, 7 months ago) by ajt
cache templates a little bit more
aj/foo -> aj:foo (not aj_foo, which could misbehave if you *really* tried)

Revision 55 - Directory Listing
Modified Thu Oct 26 20:38:05 2000 UTC (12 years, 7 months ago) by joeyh
added debian packaging stuff to build .udebs. However, it fails with
dpkg-buildpackage. :-(

Revision 54 - Directory Listing
Modified Thu Oct 26 19:55:09 2000 UTC (12 years, 7 months ago) by nidd
Now using LC_MESSAGES vaule for choosing Description-LL

Revision 53 - Directory Listing
Modified Thu Oct 26 18:59:10 2000 UTC (12 years, 7 months ago) by joeyh
There is no need to store the translated and C descriptions both. Simply
store the translated description in the description field if it exists (and
C otherwise). This simplifies the menu display code a lot, and saves
memory.

Revision 52 - Directory Listing
Modified Thu Oct 26 18:43:08 2000 UTC (12 years, 7 months ago) by joeyh
this looks like a stupid typo in the -ll support stuff

Revision 51 - Directory Listing
Modified Thu Oct 26 18:39:53 2000 UTC (12 years, 7 months ago) by joeyh
fixed a stupid typo

Also worked around a very wacky problem with tsearch

Well, the code doesn't segfault when it runs now. This is good.

Revision 50 - Directory Listing
Modified Thu Oct 26 15:16:05 2000 UTC (12 years, 7 months ago) by nidd
Added description-ll support.

Revision 49 - Directory Listing
Modified Thu Oct 26 04:17:02 2000 UTC (12 years, 7 months ago) by joeyh
now named udebs

Revision 48 - Directory Listing
Modified Thu Oct 26 04:11:21 2000 UTC (12 years, 7 months ago) by joeyh
added .cvsignore files listing all build process detritus

Revision 47 - Directory Listing
Modified Thu Oct 26 04:05:18 2000 UTC (12 years, 7 months ago) by joeyh
whoops. I forgot to add this for some time

Revision 46 - Directory Listing
Modified Wed Oct 25 06:09:17 2000 UTC (12 years, 7 months ago) by ajt
got rid of unnecessary \n in INFO message in configuration.c
confmodule commands are case insensitive
confmodule_communicate should loop
stop doesn't return anything, so if _confmodule_process() returns 0 bytes, don't
  print an empty line
open up pipes for the confmodule <-> config communication
fork more carefully (null terminate argv, exit(1) if exec fails)
removed "in initialize" debug message from database_initialize
don't startup the frontend for the moment
use test/templates and test/questions for the textdb
beginnings of template/question caching
read a question's value, too
added test/test.config for testing

Revision 45 - Directory Listing
Modified Wed Oct 25 04:24:05 2000 UTC (12 years, 7 months ago) by joeyh
update

Revision 44 - Directory Listing
Modified Mon Oct 23 01:40:52 2000 UTC (12 years, 8 months ago) by tausq
more doc files...

Revision 43 - Directory Listing
Modified Mon Oct 23 01:40:08 2000 UTC (12 years, 8 months ago) by tausq
oops, didn't mean to check these in...

Revision 42 - Directory Listing
Modified Mon Oct 23 01:38:11 2000 UTC (12 years, 8 months ago) by tausq
cdebconf initial cvs

Revision 41 - Directory Listing
Modified Thu Oct 19 09:41:12 2000 UTC (12 years, 8 months ago) by karlheg
Comment regarding Caldera's "Lizard" installing in backaground while
still questioning about configurations.

Revision 40 - Directory Listing
Modified Thu Oct 19 09:37:23 2000 UTC (12 years, 8 months ago) by karlheg
Detypo and reformat.

Revision 39 - Directory Listing
Modified Wed Oct 18 09:21:36 2000 UTC (12 years, 8 months ago) by joeyh
work on the main menu at ALS

Revision 38 - Directory Listing
Modified Sun Oct 8 23:27:24 2000 UTC (12 years, 8 months ago) by polish
added a note on language support

Revision 37 - Directory Listing
Modified Sun Oct 8 03:23:44 2000 UTC (12 years, 8 months ago) by tausq
simple cleanups

Revision 36 - Directory Listing
Modified Fri Oct 6 03:39:06 2000 UTC (12 years, 8 months ago) by joeyh
unimportant

Revision 35 - Directory Listing
Modified Fri Oct 6 00:59:05 2000 UTC (12 years, 8 months ago) by joeyh
updates

Revision 34 - Directory Listing
Modified Fri Oct 6 00:39:55 2000 UTC (12 years, 8 months ago) by joeyh
added debconf return code parsing, and it now understands what the user
picks from the menu

Revision 33 - Directory Listing
Modified Thu Oct 5 23:34:13 2000 UTC (12 years, 8 months ago) by joeyh
I think the TODO list is complete now. This is really a pretty simple
program.

Revision 32 - Directory Listing
Modified Thu Oct 5 23:30:45 2000 UTC (12 years, 8 months ago) by joeyh
now supports menutest scripts

Revision 31 - Directory Listing
Modified Thu Oct 5 23:01:41 2000 UTC (12 years, 8 months ago) by joeyh
Added Status field parsing, and it is used to determine the default menu
item

debconf_command takes a variable argument list, and I was able to use this
to cut down on the exectuatable size some by only hardcoding MAIN_MENU
once.

The item in the TODO is very important in the long run.

Revision 30 - Directory Listing
Modified Thu Oct 5 22:14:23 2000 UTC (12 years, 8 months ago) by joeyh
random updates of little consequence

Revision 29 - Directory Listing
Modified Thu Oct 5 10:36:50 2000 UTC (12 years, 8 months ago) by joeyh
actually talks to debconf now (make demo)

Revision 28 - Directory Listing
Modified Thu Oct 5 10:04:07 2000 UTC (12 years, 8 months ago) by joeyh
added a demo status file, and a implementation of the basic main menu in
perl (took 1 hour as opposed to 5 for the C one..)

Revision 27 - Directory Listing
Modified Thu Oct 5 10:03:26 2000 UTC (12 years, 8 months ago) by joeyh
fully working now.

Revision 26 - Directory Listing
Modified Thu Oct 5 07:44:24 2000 UTC (12 years, 8 months ago) by joeyh
basic main menu ordering now works, except for virtual packages

Revision 25 - Directory Listing
Modified Tue Oct 3 00:09:05 2000 UTC (12 years, 8 months ago) by joeyh
crashes parsing my status file near gtkglareamm, but it's really working a
lot better now

Revision 24 - Directory Listing
Modified Mon Oct 2 23:38:28 2000 UTC (12 years, 8 months ago) by joeyh
all very experimental, and does nothing yet

Revision 23 - Directory Listing
Modified Sat Sep 23 01:07:52 2000 UTC (12 years, 8 months ago) by joeyh
added

Revision 22 - Directory Listing
Modified Thu Sep 14 23:48:56 2000 UTC (12 years, 9 months ago) by joeyh
lots of little changes for clarity

Revision 21 - Directory Listing
Modified Thu Sep 14 23:22:01 2000 UTC (12 years, 9 months ago) by joeyh
the main menu has completly changed

Revision 20 - Directory Listing
Modified Thu Sep 14 21:39:24 2000 UTC (12 years, 9 months ago) by joeyh
The diagram is obsolete.

ui.txt: minor change

Revision 19 - Directory Listing
Modified Thu Sep 14 03:10:02 2000 UTC (12 years, 9 months ago) by joeyh
todo items that are coming up on the debian-boot thread

oh, and other changes I've made in the past day

Revision 18 - Directory Listing
Modified Wed Sep 13 02:06:04 2000 UTC (12 years, 9 months ago) by joeyh
just getting started on this document

Revision 17 - Directory Listing
Modified Tue Sep 12 21:16:47 2000 UTC (12 years, 9 months ago) by joeyh
simplified the retreiver interface -- it's now intentionally quite similar
to cp.

Revision 16 - Directory Listing
Modified Tue Sep 12 21:09:35 2000 UTC (12 years, 9 months ago) by joeyh
minor tweaks

Revision 15 - Directory Listing
Modified Tue Sep 12 20:56:50 2000 UTC (12 years, 9 months ago) by joeyh
minor tweaks

Revision 14 - Directory Listing
Modified Tue Sep 12 20:31:13 2000 UTC (12 years, 9 months ago) by joeyh
named pipes

Revision 13 - Directory Listing
Modified Mon Sep 4 01:17:53 2000 UTC (12 years, 9 months ago) by joeyh
t to add this

Revision 12 - Directory Listing
Modified Mon Sep 4 01:16:48 2000 UTC (12 years, 9 months ago) by joeyh
life is too short to spellcheck, but I did anyway..

Revision 11 - Directory Listing
Modified Mon Sep 4 01:14:10 2000 UTC (12 years, 9 months ago) by joeyh
A whole slew of changes. Everytihng still needs a great deal of work and
fleshing out.

Revision 10 - Directory Listing
Modified Sat Aug 26 21:46:43 2000 UTC (12 years, 9 months ago) by tausq
wow, the topo-sort was easy :-)
well, if you feed it packages that form a loop, the result may not be very
stable, but it should still be correct...

with debugging off and -Os optimization we are still around the 10k mark...

Revision 9 - Directory Listing
Modified Sat Aug 26 21:11:27 2000 UTC (12 years, 9 months ago) by tausq
* added detection stuff for busybox, but not used yet
* /var/lib/dpkg/info/* handling
* unpack/configure handling (not yet tested)

Revision 8 - Directory Listing
Modified Thu Aug 24 22:06:05 2000 UTC (12 years, 9 months ago) by joeyh
I think this is rather important if it's ever used on a "real" system.

Revision 7 - Directory Listing
Modified Thu Aug 24 06:23:56 2000 UTC (12 years, 9 months ago) by tausq
Initial cvs checking of udpkg; this is not yet complete!!!

Revision 6 - Directory Listing
Modified Thu Aug 24 01:48:29 2000 UTC (12 years, 9 months ago) by joeyh
some more of the rewrite, still needs a ton of work

Revision 5 - Directory Listing
Modified Thu Aug 24 01:44:09 2000 UTC (12 years, 9 months ago) by joeyh
it's probably time we had a TODO

plus misc changes elsewhere. modules.txt is currently in the middle of a
rewrite and is probably utterly confusing

Revision 4 - Directory Listing
Modified Thu Aug 24 01:38:04 2000 UTC (12 years, 9 months ago) by joeyh
just some tweaks

Revision 3 - Directory Listing
Modified Thu Aug 24 00:54:49 2000 UTC (12 years, 9 months ago) by joeyh
rough draft

Revision 2 - Directory Listing
Modified Sat Jul 15 21:51:52 2000 UTC (12 years, 11 months ago) by joeyh
added some preliminary docs about modules

Revision 1 - Directory Listing
Added Wed Jun 21 17:47:53 2000 UTC (13 years ago) by joeyh
Moved in from my own cvs repository.

  ViewVC Help
Powered by ViewVC 1.1.5