Ticket #95 (closed task: fixed)

Opened 10 months ago

Last modified 10 months ago

Upload packaging files to repository

Reported by: apoloval Assigned to: apoloval
Priority: major Milestone: Software packaging
Component: Package system Version:
Keywords: Cc:

Description

Files needed to create the Debian package should be uploaded to repository.

Change History

02/01/08 12:55:59 changed by apoloval

  • status changed from new to assigned.

02/01/08 13:18:43 changed by apoloval

A new file layout is created to support multiple DBMS

  • debian_package --> Debian packaging source files
  • debian_package/common --> Common files for packaging (apache2 vhost conf file and django_restapi)
  • debian_package/sqlite --> files and scripts needed to create ezweb-platform-sqlite3 package
  • debian_package/postgres --> files and scripts needed to create ezweb-platform-postgres package
  • debian_package/mysql --> files and scripts needed to create ezweb-platform-mysql package

02/01/08 13:19:24 changed by apoloval

Script create-deb.sh should be modified for new file layout

02/01/08 13:35:18 changed by apoloval

One problem: settings.py in source code is configured for using Postgres. For creating a SQLite3 package, this file is parsed to modify DATABASE_ENGINE and DATABASE_NAME properties in ezweb-platform-sqlite3 package building.

02/01/08 13:38:59 changed by apoloval

Layout uploaded in r856.

02/01/08 13:43:06 changed by apoloval

Package name and version are wrong in control file. Fixed with r857.

02/04/08 07:28:01 changed by apoloval

  • status changed from assigned to closed.
  • resolution set to fixed.

In #96 and #97 new DBMS are to be supported