I agree, that make should give you everything you need in that built folder.
I think you are seeing AIKI_REVISION because it is not set in aiki-defs.php which doesn't appear to get generated on just simply make. You are right, there is a problem that the .inc files are not being built in the make process and put into that src folder before packaging. That means the latest packages are not ready to run from autobuilt packages. We need a fix. Jon On Thu, Jun 9, 2011 at 10:18 AM, Christopher Adams <[email protected]> wrote: > It's possible to fix the config.php by hand, but on the admin interface > I'm still seeing strings like: > > aiki framework 0.8.8.AIKI_REVISION > > -- > You received this bug notification because you are subscribed to > aikiframework. > https://bugs.launchpad.net/bugs/795077 > > Title: > configs are not getting set correctly by packaged release > > To manage notifications about this bug go to: > https://bugs.launchpad.net/aikiframework/+bug/795077/+subscriptions > -- Jon Phillips http://rejon.org/ | http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (global) | +1-510-499-0894 (sf) +86-187-1003-9974 (beijing) -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/795077 Title: configs are not getting set correctly by packaged release Status in Aiki Framework: New Bug description: Building the latest versions is not creating a package release that is ready to go. $ bzr branch lp:aikiframework $ cd aikiframework $ ./autogen.sh $ cd build $ ../configure --prefix=/usr --sysconfdir=/etc $ make * Now cp the source contents from aiki-0.8.8/* into your web root and create a database and user. * Navigate to your new Aiki with a web browser. * Enter the correct details into the Aiki installer. * The installer reports: Great success Admin! Aiki Framework is installed. Now look in your web root for config.php and you see at the end of the file: // the default site URL $config["url"] = AIKI_SITE_URL; // show admin widgets or not? $config['admin_widgets_display'] = false; // enable debugging $config["debug"] = false; // set the aiki log directory $config["log_dir"] = AIKI_LOG_DIR; // set the aiki log file name $config["log_file"] = AIKI_LOG_FILE; // set the aiki host profile name $config["log_profile"] = AIKI_LOG_PROFILE; // set the aiki log level $config["log_level"] = AIKI_LOG_LEVEL; To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/795077/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

