/[d-i]/trunk/tools
ViewVC logotype

Log of /trunk/tools

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 11696)

Revision 323 - Directory Listing
Modified Wed Jan 10 06:50:57 2001 UTC (12 years, 4 months ago) by dwhedon
skeleton, no real functionality, just ideas and general framework

something isn't right between this udeb and main menu, the templates aren't
appearing in /var/lib/cdebconf/templates, not sure why, it will probably make
sense tomorrow.

Revision 322 - Directory Listing
Modified Tue Jan 9 07:15:10 2001 UTC (12 years, 4 months ago) by dwhedon
updates

Revision 321 - Directory Listing
Modified Tue Jan 9 05:59:42 2001 UTC (12 years, 4 months ago) by dwhedon
remove cruft

Revision 320 - Directory Listing
Modified Mon Jan 8 05:04:07 2001 UTC (12 years, 4 months ago) by dwhedon
fixed a segfault found by randolpg@tausq.org

Revision 319 - Directory Listing
Modified Mon Jan 8 01:19:37 2001 UTC (12 years, 4 months ago) by tausq
multiselect widget.... only text is left now

Revision 318 - Directory Listing
Modified Mon Jan 8 00:44:32 2001 UTC (12 years, 4 months ago) by tausq
strutl.* bogl.c, slang.c, text.c - removed ugly const cast for strchociesplit
test/test.* - cosmetic updates
text.c - made the output more accessbility-friendly; i18n ready

Revision 317 - Directory Listing
Modified Sun Jan 7 06:39:25 2001 UTC (12 years, 4 months ago) by tausq
configuration.c: fixed an uninitialized variable
common.h: added an ASSERT macro
question.h, frontend.c: changed questions into doubly linked lists
slang.c: use the doubly linked question list

Revision 316 - Directory Listing
Modified Sun Jan 7 05:05:12 2001 UTC (12 years, 4 months ago) by tausq
more comments
updated copyright info

Revision 315 - Directory Listing
Modified Sun Jan 7 03:08:12 2001 UTC (12 years, 4 months ago) by tausq
comments, general cleanups

Revision 314 - Directory Listing
Modified Sun Jan 7 02:58:39 2001 UTC (12 years, 4 months ago) by tausq
make bogl use the new cangoback/cangoforward logic in the generic frontend module (logic is not there yet)

Revision 313 - Directory Listing
Modified Sun Jan 7 02:41:03 2001 UTC (12 years, 4 months ago) by tausq
debian build rule updates

Revision 312 - Directory Listing
Modified Sat Jan 6 17:46:58 2001 UTC (12 years, 4 months ago) by tausq
updated contributors info

Revision 311 - Directory Listing
Modified Sat Jan 6 17:15:51 2001 UTC (12 years, 4 months ago) by tausq
commands.c - cleanup, comments
common.h - added STRCPY macro and warning message
confmodule.c - cleanups
debconf.conf - added slang/bogl ui definitions
dpkg-reconfigure.c - fixed a stupid string comparison bug
frontend.[ch] - added generic cangoback/cangoforward methods
strutl.[ch] - added strlongest function
modules/db/Makefile - cleanup
modules/frontend/Makefile - added slang ui
modules/frontend/ncurses/* - cleanups, slcurses "support" -- doesn't work yet
modules/frontend/slang/slang.c - fixed some typos

Revision 310 - Directory Listing
Modified Sat Jan 6 16:59:00 2001 UTC (12 years, 4 months ago) by tausq
First cut at a slang frontend

Revision 308 - Directory Listing
Modified Thu Jan 4 03:15:55 2001 UTC (12 years, 4 months ago) by dwhedon
indent,
manutest: remove ifconfig call since it doesn't behave as I thought it did

Revision 307 - Directory Listing
Modified Wed Jan 3 07:00:56 2001 UTC (12 years, 4 months ago) by dwhedon
updates

Revision 306 - Directory Listing
Modified Wed Jan 3 06:54:12 2001 UTC (12 years, 4 months ago) by dwhedon
cleanup card info handling, fix control flow

Revision 301 - Directory Listing
Modified Sun Dec 31 21:03:03 2000 UTC (12 years, 4 months ago) by dwhedon
fix build deps

Revision 300 - Directory Listing
Modified Sun Dec 31 14:58:42 2000 UTC (12 years, 4 months ago) by dwhedon
remove debug message

Revision 299 - Directory Listing
Modified Sun Dec 31 14:11:58 2000 UTC (12 years, 4 months ago) by dwhedon
utils.c uses syslog, change numbering scheme,
busybox sh doesn't like exit -1, so it doesn't get it
fix spacing in templates
make clean target work

Revision 298 - Directory Listing
Modified Sun Dec 31 14:07:19 2000 UTC (12 years, 4 months ago) by dwhedon
added util.[ch]
save space, rearrange, fix exit status of postinst, add smart menutest
changed number scheme,
add build depends
make templates better
make clean target work

Revision 297 - Directory Listing
Modified Sun Dec 31 11:02:58 2000 UTC (12 years, 4 months ago) by dwhedon
save a few bytes

Revision 296 - Directory Listing
Modified Sun Dec 31 10:50:55 2000 UTC (12 years, 4 months ago) by dwhedon
menutest checks /proc/net/dev as well as ifconfig

Revision 295 - Directory Listing
Modified Sun Dec 31 10:17:50 2000 UTC (12 years, 4 months ago) by dwhedon
added utils, perhaps these should go into a debian-installer library
removed much from TODO
create dirs as necessary
install menutest into DEBIAN (fixed it's return value too)
cleaned up templates, took some phrases from etherconf
cleaned up overall flow
handle missing data better
moved functions around a bit so no need for protos (that's why the diff is unreadable)

Revision 294 - Directory Listing
Modified Sun Dec 31 01:54:42 2000 UTC (12 years, 4 months ago) by dwhedon
debconf stuff goes in postinst, not config

Revision 293 - Directory Listing
Modified Sun Dec 31 01:46:25 2000 UTC (12 years, 4 months ago) by dwhedon
some changes to templates, fixed it so debconf talking is in postint rather than config

Revision 292 - Directory Listing
Modified Sun Dec 31 01:24:51 2000 UTC (12 years, 4 months ago) by joeyh
   * Patch from David Wedon to fix half-installed/installed status
     confusion. Closes: #80239

Revision 291 - Directory Listing
Modified Sat Dec 30 05:38:20 2000 UTC (12 years, 4 months ago) by dwhedon
bug fixes, now it works, mostly

removed everything except ethdetect for the time being since they are now all
broken.

Revision 290 - Directory Listing
Modified Fri Dec 29 09:02:18 2000 UTC (12 years, 4 months ago) by dwhedon
build netcfg-common, though it didn't work as I had planned, I still have big pl
ans for it.
netcfg-dhcp asks for hostname and dns now
various bug fixes
modify dependancies
if we don't find any interfaces, allow the user to specify one
try to get udpkg to create dirs for me, still some problems there

Revision 288 - Directory Listing
Modified Thu Dec 28 04:57:55 2000 UTC (12 years, 4 months ago) by dwhedon
cleanup, no changes of substance

Revision 287 - Directory Listing
Modified Thu Dec 28 04:55:51 2000 UTC (12 years, 4 months ago) by dwhedon
First shot at debconf ethernet detection and module loading, not working yet.

Revision 286 - Directory Listing
Modified Wed Dec 27 07:29:47 2000 UTC (12 years, 4 months ago) by dwhedon
Add some shared templates to both static and dhcp, need to perhaps put them in a netcfg-shared udeb later.

Revision 285 - Directory Listing
Modified Wed Dec 27 07:12:11 2000 UTC (12 years, 4 months ago) by dwhedon
broken into two udebs
netcfg-dhcp 6k
netcfg-static 9k

They share a fair amount of code right now (3k) (a small shared library may be
in order, or perhaps they should be re-merged? Probably doesn't make sense to
do anything until later when ppp and pcmcia have been added because things may
change.)

Revision 284 - Directory Listing
Modified Wed Dec 27 06:47:27 2000 UTC (12 years, 4 months ago) by dan
foo, testing foo

Revision 283 - Directory Listing
Modified Wed Dec 27 06:46:12 2000 UTC (12 years, 4 months ago) by dan
Yay!  Graphical frontend!  Requires libbogl-dev from unstable.

Revision 282 - Directory Listing
Modified Fri Dec 22 07:50:15 2000 UTC (12 years, 5 months ago) by bug1
Convert to absolute paths

Revision 281 - Directory Listing
Modified Fri Dec 22 00:52:57 2000 UTC (12 years, 5 months ago) by bug1
Comment out unused function

Revision 280 - Directory Listing
Modified Fri Dec 22 00:51:31 2000 UTC (12 years, 5 months ago) by bug1
use cast to prevent loosing type

Revision 279 - Directory Listing
Modified Fri Dec 22 00:47:20 2000 UTC (12 years, 5 months ago) by bug1
Use cast to prevent loosing type (i think ive done the right thing here)

Revision 278 - Directory Listing
Modified Fri Dec 22 00:32:20 2000 UTC (12 years, 5 months ago) by bug1
Comment out unused function

Revision 277 - Directory Listing
Modified Fri Dec 22 00:30:07 2000 UTC (12 years, 5 months ago) by bug1
remove unused variables.
comment out unused functions

Revision 276 - Directory Listing
Modified Fri Dec 22 00:28:39 2000 UTC (12 years, 5 months ago) by bug1
Only define MIN and MAX if not already defined.
perldb.c already defines then from perl.h

Revision 275 - Directory Listing
Modified Fri Dec 22 00:12:46 2000 UTC (12 years, 5 months ago) by bug1
remove unused variables

Revision 274 - Directory Listing
Modified Thu Dec 21 23:58:12 2000 UTC (12 years, 5 months ago) by bug1
remove unused variable

Revision 268 - Directory Listing
Modified Thu Dec 21 22:28:26 2000 UTC (12 years, 5 months ago) by joeyh
   * de-relavatized paths. Use with caution, this will work just like real
     dpkg now, except it's more buggy!

Revision 266 - Directory Listing
Modified Wed Dec 20 01:01:13 2000 UTC (12 years, 5 months ago) by bug1
include stdarg.h to enable compiling under hurd

Revision 265 - Directory Listing
Modified Wed Dec 20 01:00:43 2000 UTC (12 years, 5 months ago) by bug1
include <stdarg.h to compile under hurd

Revision 264 - Directory Listing
Modified Tue Dec 19 04:47:34 2000 UTC (12 years, 5 months ago) by tausq
Some things that need to be done...

Revision 263 - Directory Listing
Modified Mon Dec 18 06:09:35 2000 UTC (12 years, 5 months ago) by dwhedon
added dhcp support via dhcpcd, untested

Revision 262 - Directory Listing
Modified Sun Dec 17 06:16:05 2000 UTC (12 years, 5 months ago) by tausq
default value fixes

Revision 261 - Directory Listing
Modified Sun Dec 17 02:33:09 2000 UTC (12 years, 5 months ago) by dwhedon
now we search for interfaces and give the user a choice of which to configure
fixed some bugs/clumsyness

Revision 260 - Directory Listing
Modified Wed Dec 13 08:51:45 2000 UTC (12 years, 5 months ago) by dwhedon
udpkg now creates the directories I'll need (is that kosher?, means
netconfig may fail if not installed with udpkg, but saves a bit of space)

make smaller and easier to read
activate the static network
warn user if gateway is unreachable

Revision 255 - Directory Listing
Modified Wed Dec 13 04:47:11 2000 UTC (12 years, 5 months ago) by tausq
added some debug messages

Revision 249 - Directory Listing
Modified Tue Dec 12 08:31:56 2000 UTC (12 years, 5 months ago) by dwhedon
more TODO

Revision 248 - Directory Listing
Modified Tue Dec 12 08:21:20 2000 UTC (12 years, 5 months ago) by dwhedon
fix error in template format
tolerate user's refusal to enter data
fix parsing of nameservers string

Revision 247 - Directory Listing
Modified Tue Dec 12 05:13:36 2000 UTC (12 years, 5 months ago) by tausq
debug.* -- simple debugging module, configured via DEBCONF_DEBUG env var
question.c -- sustitution bug fix
various UI fixes

Revision 243 - Directory Listing
Modified Tue Dec 12 03:12:17 2000 UTC (12 years, 5 months ago) by dwhedon
no longer needed

Revision 242 - Directory Listing
Modified Mon Dec 11 09:21:27 2000 UTC (12 years, 5 months ago) by dwhedon
Now using libdebconf, writing more config files, still incomplete.

Revision 241 - Directory Listing
Modified Mon Dec 11 05:16:38 2000 UTC (12 years, 5 months ago) by tausq
fixed a macro expansion issue

Revision 240 - Directory Listing
Modified Mon Dec 11 00:22:44 2000 UTC (12 years, 5 months ago) by tausq
wordwrapping code

Revision 238 - Directory Listing
Modified Sun Dec 10 01:37:19 2000 UTC (12 years, 5 months ago) by tausq
more makefile fixes

Revision 237 - Directory Listing
Modified Sun Dec 10 01:26:46 2000 UTC (12 years, 5 months ago) by tausq
oops, typo

Revision 236 - Directory Listing
Modified Sun Dec 10 01:25:30 2000 UTC (12 years, 5 months ago) by tausq
oops, wasn't installing the conf file in the right place

Revision 235 - Directory Listing
Modified Sun Dec 10 00:58:15 2000 UTC (12 years, 5 months ago) by tausq
missed some files

Revision 234 - Directory Listing
Modified Sun Dec 10 00:52:59 2000 UTC (12 years, 5 months ago) by dan
Regenerate

Revision 233 - Directory Listing
Modified Sun Dec 10 00:52:49 2000 UTC (12 years, 5 months ago) by dan
Add workaround for find bug

Revision 232 - Directory Listing
Modified Sat Dec 9 22:34:14 2000 UTC (12 years, 5 months ago) by tausq
debian package building fixes

Revision 231 - Directory Listing
Modified Sat Dec 9 08:18:07 2000 UTC (12 years, 5 months ago) by tausq
fixed the text ui...

Revision 230 - Directory Listing
Modified Sat Dec 9 08:01:18 2000 UTC (12 years, 5 months ago) by tausq
fixed a title-setting bug

Revision 229 - Directory Listing
Modified Sat Dec 9 07:52:16 2000 UTC (12 years, 5 months ago) by tausq
Some documentation updates

Revision 228 - Directory Listing
Modified Sat Dec 9 07:19:11 2000 UTC (12 years, 5 months ago) by tausq
strutl.c - fixed the splitchoices function to strip trailing spaces
added debconf client support code

Revision 226 - Directory Listing
Modified Sat Dec 9 06:45:30 2000 UTC (12 years, 5 months ago) by dwhedon
Works now, asks a few questions through debconf, then write etc/network/interfaces.
Still incomplete, but it builds and can be played with.

Revision 225 - Directory Listing
Modified Sat Dec 9 04:22:30 2000 UTC (12 years, 5 months ago) by tausq
udeb building support; preparations for using in the demo
renamed loadtemplate to debconf-loadtemplate

Revision 224 - Directory Listing
Modified Fri Dec 8 07:35:04 2000 UTC (12 years, 5 months ago) by dwhedon
Starting the network configuration.  First goal iwill be manual configuration.
This is currently incomplete, just some ideas and bare bones of code (haven't
even tried to compile it.)

Revision 222 - Directory Listing
Modified Fri Dec 8 06:25:40 2000 UTC (12 years, 5 months ago) by joeyh
cool, the ar p thing was easily solved. Busybox only support s -p

Revision 221 - Directory Listing
Modified Fri Dec 8 06:14:26 2000 UTC (12 years, 5 months ago) by joeyh
todo

Revision 220 - Directory Listing
Modified Fri Dec 8 05:59:10 2000 UTC (12 years, 5 months ago) by joeyh
remove post-inst-failed state, use half-configured instead

Revision 214 - Directory Listing
Modified Thu Dec 7 23:09:07 2000 UTC (12 years, 5 months ago) by joeyh
installing packages with postinsts works now (the file copy function was
leaking fds, so the postinst was "text file busy"..)

Revision 213 - Directory Listing
Modified Thu Dec 7 23:03:33 2000 UTC (12 years, 5 months ago) by joeyh
fixed configuration of unpacked packages -- it was looking in the wrong
place for the postinst. I think configuration is still broken if
installing a package all in one step.

Also, don't pass version number to postinst script, since we don't keep up
with that info.

Revision 202 - Directory Listing
Modified Thu Dec 7 20:58:10 2000 UTC (12 years, 5 months ago) by joeyh
busybox breaks udpkg

Revision 193 - Directory Listing
Modified Wed Dec 6 07:08:33 2000 UTC (12 years, 5 months ago) by dwhedon
removed snddetect: was just a demo, clutter
remote uC-libc stuff: can be resurrected later if we want it
made some debconf templates to control passive/full detection, and also to get t
he ethernet module if we can't detect it, nothing integrated into installer yet

Revision 192 - Directory Listing
Modified Mon Dec 4 02:31:19 2000 UTC (12 years, 5 months ago) by joeyh
minor

Revision 191 - Directory Listing
Modified Sun Dec 3 19:42:38 2000 UTC (12 years, 5 months ago) by tausq
make dpkg-reconfigure define DEBIAN_HAS_FRONTEND, this will let it work
out-of-the-box with existing shell based confmodule scripts

Revision 190 - Directory Listing
Modified Sun Dec 3 19:14:54 2000 UTC (12 years, 5 months ago) by tausq
commands.[ch] - implemented fget/fset -- needs testing though
common.h - added MIN/MAX macros
database.c/frontend.c - allows overrides to config file via environment
modules/*/Makefile - general cleanups, still needs to fix dependencies
ncurses.c - start implementing the ncurses frontend - can do boolean/select
	(sort of) now....
text.c - general cleanups

Revision 189 - Directory Listing
Modified Sat Dec 2 18:18:34 2000 UTC (12 years, 5 months ago) by tausq
Overhaul the makefile system a bit, hopefully this is cleaner
Added some skeleton code for a perl db module

Revision 188 - Directory Listing
Modified Sat Dec 2 08:33:39 2000 UTC (12 years, 5 months ago) by tausq
some more tweaks to frontend/text.c (cosmetic)
autoconf support

Revision 187 - Directory Listing
Modified Sat Dec 2 07:52:01 2000 UTC (12 years, 5 months ago) by tausq
common.h, *.c:
	added a DIM() macro to common.h to determining size of
	statically-sized arrays
frontend/text.c:
	ignore SIGINT, because otherwise it will crash
	added default value handling to select/multiselect question handlers

Revision 186 - Directory Listing
Modified Sat Dec 2 07:15:14 2000 UTC (12 years, 5 months ago) by tausq
*.c: added copyright info
frontend/text.c: added a text-wrapping function and fixed a few bugs
configuration.c: increased the value size limit to 4k

Revision 182 - Directory Listing
Modified Fri Dec 1 04:28:39 2000 UTC (12 years, 5 months ago) by tausq
priority.c was comparing backwards... fixed
more dpkg-reconfigure fixes; can run some confmodule scripts now, although
some functionality is still missing (fget/fset, etc)

frontend/text.c - made it only display the title once per 'go' invocation
instead of once per question

Revision 181 - Directory Listing
Modified Fri Dec 1 03:36:58 2000 UTC (12 years, 5 months ago) by tausq
dpkg-reconfigure works conceptually now, but there are still a lot of quirks and
things to fix

Revision 175 - Directory Listing
Modified Thu Nov 30 07:54:35 2000 UTC (12 years, 5 months ago) by dwhedon
This file isn't automatically created from the lst anymore.

Revision 174 - Directory Listing
Modified Thu Nov 30 07:53:49 2000 UTC (12 years, 5 months ago) by dwhedon
ethdetect is smaller, by a few k, unclear whether this was worth it. Using our own struct to store the card info.  We build a libdetect compatible struct at runtime. May be having trouble with ISA cards now, not sure.

Revision 173 - Directory Listing
Modified Thu Nov 30 05:37:18 2000 UTC (12 years, 5 months ago) by tausq
oops, missed a function

Revision 172 - Directory Listing
Modified Thu Nov 30 05:28:41 2000 UTC (12 years, 5 months ago) by tausq
added a set_title method to frontend.c, and made commands/debconf use it
fixed some compile warnings in strutl
first pass at dpkg-reconfigure, compiles but doesn't work yet

Revision 171 - Directory Listing
Modified Thu Nov 30 04:04:34 2000 UTC (12 years, 5 months ago) by dwhedon
remove vendor and model information, still using libdetect
structure, resulting size reductions:
ethdetect 32k -> 26k,  mdmdetect 30k -> 27k,
snddetect 28k -> 25k

Revision 170 - Directory Listing
Modified Thu Nov 30 02:17:06 2000 UTC (12 years, 5 months ago) by tausq
*** empty log message ***

Revision 169 - Directory Listing
Modified Wed Nov 29 21:25:54 2000 UTC (12 years, 5 months ago) by joeyh
I added a nasty hack to udpkg to make it be able to parse --configure and
--unpack. Made anna and main-menu use the long options since those are
compatabile with real dpkg.

Revision 168 - Directory Listing
Modified Wed Nov 29 21:17:48 2000 UTC (12 years, 5 months ago) by joeyh
cruft

Revision 167 - Directory Listing
Modified Wed Nov 29 07:21:50 2000 UTC (12 years, 5 months ago) by tausq
more text frontend fixes
command_subst implemented; with support in question.*
textdb.* now reads/writes owner and variable info correctly

Revision 165 - Directory Listing
Modified Wed Nov 29 07:09:26 2000 UTC (12 years, 5 months ago) by joeyh
this might not be necessary, since it is already (sigh) diverging from dpkg

Revision 164 - Directory Listing
Modified Wed Nov 29 07:09:03 2000 UTC (12 years, 5 months ago) by joeyh
thin is just temporart, but I have put it on the main menu for the demo
system

Revision 161 - Directory Listing
Modified Wed Nov 29 06:27:21 2000 UTC (12 years, 5 months ago) by tausq
added a UDPKG_QUIET env variable that, when set, supresses some of udpkg's
output so that it works better with d-i

Revision 157 - Directory Listing
Modified Wed Nov 29 05:21:09 2000 UTC (12 years, 5 months ago) by tausq
text frontend is mostly working now! woohoo!

Revision 156 - Directory Listing
Modified Wed Nov 29 04:22:21 2000 UTC (12 years, 5 months ago) by tausq
simple regression test templates/config file

Revision 154 - Directory Listing
Modified Wed Nov 29 04:16:50 2000 UTC (12 years, 5 months ago) by tausq
reverted the db status messages to stdout to match dpkg

Revision 153 - Directory Listing
Modified Wed Nov 29 04:13:31 2000 UTC (12 years, 5 months ago) by tausq
write messages to stderr instead of stdout

Revision 147 - Directory Listing
Modified Wed Nov 29 02:44:30 2000 UTC (12 years, 5 months ago) by joeyh
reluctantly revered Glenn's patches for recursive file removal and stuff,
since they cause loops until udpkg runs out of file descriptiors and break
it pretty badly. I'm not opposed to the idea, just opposed to having HEAD be
something that is broken when I need a working udpkg.

Revision 146 - Directory Listing
Modified Wed Nov 29 02:32:15 2000 UTC (12 years, 5 months ago) by joeyh
temporarily, make it use ./var/lib/dpkg. Needed for the demo system I am
constucting.

Revision 133 - Directory Listing
Modified Sat Nov 25 21:13:53 2000 UTC (12 years, 5 months ago) by dwhedon
Initial revision

Revision 131 - Directory Listing
Modified Mon Nov 20 23:43:34 2000 UTC (12 years, 6 months ago) by bug1
Split main to seperate function, goal is to make libudpg.
Removed dependence on shell command rm with internal function.
replaced "struct packages_t" with "packages_t" via typdef (for style).

Revision 129 - Directory Listing
Modified Tue Nov 14 01:13:38 2000 UTC (12 years, 6 months ago) by bug1
pci detect uses libpci to determine which kernel modules are required to support local hardware, only supports network devices so far

Revision 124 - Directory Listing
Modified Mon Nov 6 22:15:02 2000 UTC (12 years, 6 months ago) by joeyh
all right, configuring of packages works now too.

Revision 123 - Directory Listing
Modified Mon Nov 6 21:29:01 2000 UTC (12 years, 6 months ago) by joeyh
so assuming all arguments are files doesn't really allow for -c
I put in a not-too-bad workaround.

Revision 122 - Directory Listing
Modified Mon Nov 6 21:21:01 2000 UTC (12 years, 6 months ago) by joeyh
ok, the unpack code is tested and works now.

Revision 121 - Directory Listing
Modified Mon Nov 6 21:00:55 2000 UTC (12 years, 6 months ago) by joeyh
* unpacking works now, except it does not write package short description
  to the status file
* added templates to the list of files that are extracted from the control
  archive.

Revision 120 - Directory Listing
Modified Sun Nov 5 17:39:36 2000 UTC (12 years, 6 months ago) by tausq
fixed a typo in the copyright file

Revision 119 - Directory Listing
Modified Sat Nov 4 05:29:59 2000 UTC (12 years, 6 months ago) by tausq
strutl.*: add a strunescape function
textdb.c: use strunescape function; also use question_new and template_new
ncurses.c: still thinking about it...

Revision 118 - Directory Listing
Modified Sat Nov 4 05:29:06 2000 UTC (12 years, 6 months ago) by tausq
don't check in debconf.conf...

Revision 117 - Directory Listing
Modified Fri Nov 3 03:38:32 2000 UTC (12 years, 6 months ago) by tausq
dpkg_doconfigure code.... maybe

Revision 115 - Directory Listing
Modified Thu Nov 2 20:39:29 2000 UTC (12 years, 6 months ago) by joeyh
don't not the pointer

Revision 114 - Directory Listing
Modified Thu Nov 2 20:36:01 2000 UTC (12 years, 6 months ago) by joeyh
dependancies on virtual packages work now

Revision 112 - Directory Listing
Modified Thu Nov 2 19:00:07 2000 UTC (12 years, 6 months ago) by joeyh
I guess this is a better way to turn that off

Revision 111 - Directory Listing
Modified Thu Nov 2 18:55:40 2000 UTC (12 years, 6 months ago) by joeyh
build w/o this stuff for the udeb

Revision 110 - Directory Listing
Modified Thu Nov 2 07:02:54 2000 UTC (12 years, 6 months ago) by tausq
depends fixes

Revision 109 - Directory Listing
Modified Thu Nov 2 06:55:37 2000 UTC (12 years, 6 months ago) by joeyh
this we don't need

Revision 108 - Directory Listing
Modified Thu Nov 2 06:48:24 2000 UTC (12 years, 6 months ago) by joeyh
fixed typo; plus use the depends stuff, since main-menu wants it
----------------------------------------------------------------------

Revision 106 - Directory Listing
Modified Thu Nov 2 05:04:00 2000 UTC (12 years, 6 months ago) by tausq
*** empty log message ***

Revision 105 - Directory Listing
Modified Thu Nov 2 04:59:32 2000 UTC (12 years, 6 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, 6 months ago) by tausq
fixed the status file writing code

Revision 101 - Directory Listing
Modified Thu Nov 2 03:39:03 2000 UTC (12 years, 6 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, 6 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 98 - Directory Listing
Modified Wed Nov 1 23:55:28 2000 UTC (12 years, 6 months ago) by joeyh
shaved off a few bytes

Revision 97 - Directory Listing
Modified Wed Nov 1 23:48:09 2000 UTC (12 years, 6 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, 6 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, 6 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, 6 months ago) by joeyh
ignore build files

Revision 93 - Directory Listing
Modified Wed Nov 1 22:31:42 2000 UTC (12 years, 6 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, 6 months ago) by joeyh
enumerated problems

Revision 91 - Directory Listing
Modified Wed Nov 1 22:26:22 2000 UTC (12 years, 6 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, 6 months ago) by joeyh
remove newline

Revision 89 - Directory Listing
Modified Wed Nov 1 20:39:48 2000 UTC (12 years, 6 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, 6 months ago) by joeyh
added udeb build files

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

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

Revision 85 - Directory Listing
Modified Tue Oct 31 04:09:59 2000 UTC (12 years, 6 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, 6 months ago) by tausq
debian/* doc/*: minor documentaiton changes
debconf.conf: some database module ideas
ncurses.*: curses init code; doesn't work yet

Revision 82 - Directory Listing
Modified Sun Oct 29 07:04:33 2000 UTC (12 years, 6 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 62 - Directory Listing
Modified Fri Oct 27 04:07:57 2000 UTC (12 years, 6 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, 6 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, 6 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, 6 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, 6 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, 6 months ago) by ajt
connect question with template

Revision 56 - Directory Listing
Modified Fri Oct 27 02:40:59 2000 UTC (12 years, 6 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 48 - Directory Listing
Modified Thu Oct 26 04:11:21 2000 UTC (12 years, 6 months ago) by joeyh
added .cvsignore files listing all build process detritus

Revision 46 - Directory Listing
Modified Wed Oct 25 06:09:17 2000 UTC (12 years, 6 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 44 - Directory Listing
Modified Mon Oct 23 01:40:52 2000 UTC (12 years, 7 months ago) by tausq
more doc files...

Revision 43 - Directory Listing
Modified Mon Oct 23 01:40:08 2000 UTC (12 years, 7 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, 7 months ago) by tausq
cdebconf initial cvs

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

Revision 10 - Directory Listing
Modified Sat Aug 26 21:46:43 2000 UTC (12 years, 8 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, 8 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, 8 months ago) by joeyh
I think this is rather important if it's ever used on a "real" system.

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

  ViewVC Help
Powered by ViewVC 1.1.5