]> git.ipfire.org Git - pbs.git/commit
Use autotools
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 14:07:38 +0000 (15:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 6 Oct 2017 14:07:38 +0000 (15:07 +0100)
commit7c17bfffdc19d2a53f18c18e11b6b5ef42be4b2a
treefe1b5a28010a2961ef5755316c9d80195bf9848c
parent9d0c3e754c4d816704da06363e02464d2982a2ac
Use autotools

This will break the application since the name of the
modules inside the applications has not been updated
and paths have not been updated, either.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
264 files changed:
.gitignore
COPYING [new file with mode: 0644]
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
data/static/css/style.css.backup [deleted file]
m4/.gitignore [new file with mode: 0644]
pbs.conf.sample [moved from pbs.conf.example with 100% similarity]
po/.gitignore [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/ca.po [moved from data/translations/ca/LC_MESSAGES/pakfire.po with 100% similarity]
po/da.po [moved from data/translations/da/LC_MESSAGES/pakfire.po with 100% similarity]
po/de.po [moved from data/translations/de/LC_MESSAGES/pakfire.po with 100% similarity]
po/es.po [moved from data/translations/es/LC_MESSAGES/pakfire.po with 100% similarity]
po/fr.po [moved from data/translations/fr/LC_MESSAGES/pakfire.po with 100% similarity]
po/hu.po [moved from data/translations/hu/LC_MESSAGES/pakfire.po with 100% similarity]
po/it.po [moved from data/translations/it/LC_MESSAGES/pakfire.po with 100% similarity]
po/km_KH.po [moved from data/translations/km_KH/LC_MESSAGES/pakfire.po with 100% similarity]
po/nl.po [moved from data/translations/nl/LC_MESSAGES/pakfire.po with 100% similarity]
po/pakfire.pot [moved from data/translations/pakfire.pot with 100% similarity]
po/pt_BR.po [moved from data/translations/pt_BR/LC_MESSAGES/pakfire.po with 100% similarity]
po/pt_PT.po [moved from data/translations/pt_PT/LC_MESSAGES/pakfire.po with 100% similarity]
po/ro_RO.po [moved from data/translations/ro_RO/LC_MESSAGES/pakfire.po with 100% similarity]
po/ru.po [moved from data/translations/ru/LC_MESSAGES/pakfire.po with 100% similarity]
po/uk.po [moved from data/translations/uk/LC_MESSAGES/pakfire.po with 100% similarity]
src/buildservice/__init__.py [moved from backend/__init__.py with 100% similarity]
src/buildservice/__version__.py.in [new file with mode: 0644]
src/buildservice/arches.py [moved from backend/arches.py with 100% similarity]
src/buildservice/base.py [moved from backend/base.py with 100% similarity]
src/buildservice/bugtracker.py [moved from backend/bugtracker.py with 100% similarity]
src/buildservice/builders.py [moved from backend/builders.py with 100% similarity]
src/buildservice/builds.py [moved from backend/builds.py with 100% similarity]
src/buildservice/cache.py [moved from backend/cache.py with 100% similarity]
src/buildservice/constants.py [moved from backend/constants.py with 100% similarity]
src/buildservice/database.py [moved from backend/database.py with 100% similarity]
src/buildservice/distribution.py [moved from backend/distribution.py with 100% similarity]
src/buildservice/git.py [moved from backend/git.py with 100% similarity]
src/buildservice/keys.py [moved from backend/keys.py with 100% similarity]
src/buildservice/logs.py [moved from backend/logs.py with 100% similarity]
src/buildservice/main.py [moved from backend/main.py with 100% similarity]
src/buildservice/messages.py [moved from backend/messages.py with 100% similarity]
src/buildservice/mirrors.py [moved from backend/mirrors.py with 100% similarity]
src/buildservice/misc.py [moved from backend/misc.py with 100% similarity]
src/buildservice/packages.py [moved from backend/packages.py with 100% similarity]
src/buildservice/repository.py [moved from backend/repository.py with 100% similarity]
src/buildservice/scheduler.py [moved from backend/scheduler.py with 100% similarity]
src/buildservice/sessions.py [moved from backend/sessions.py with 100% similarity]
src/buildservice/settings.py [moved from backend/settings.py with 100% similarity]
src/buildservice/sources.py [moved from backend/sources.py with 100% similarity]
src/buildservice/updates.py [moved from backend/updates.py with 100% similarity]
src/buildservice/uploads.py [moved from backend/uploads.py with 100% similarity]
src/buildservice/users.py [moved from backend/users.py with 100% similarity]
src/crontab/pakfire-build-service [new file with mode: 0644]
src/database.sql [moved from data/schema.sql with 100% similarity]
src/hub/__init__.py [moved from hub/__init__.py with 100% similarity]
src/hub/handlers.py [moved from hub/handlers.py with 100% similarity]
src/manager/__init__.py [moved from manager/__init__.py with 100% similarity]
src/manager/base.py [moved from manager/base.py with 100% similarity]
src/manager/bugs.py [moved from manager/bugs.py with 100% similarity]
src/manager/builds.py [moved from manager/builds.py with 100% similarity]
src/manager/messages.py [moved from manager/messages.py with 100% similarity]
src/manager/repositories.py [moved from manager/repositories.py with 100% similarity]
src/manager/sessions.py [moved from manager/sessions.py with 100% similarity]
src/manager/sources.py [moved from manager/sources.py with 100% similarity]
src/manager/uploads.py [moved from manager/uploads.py with 100% similarity]
src/scripts/pakfire-hub [moved from pakfire-hub with 100% similarity]
src/scripts/pakfire-manager [moved from pakfire-manager with 100% similarity]
src/scripts/pakfire-web [moved from pakfire-web with 100% similarity]
src/static/css/bootstrap-responsive.min.css [moved from data/static/css/bootstrap-responsive.min.css with 100% similarity]
src/static/css/bootstrap.min.css [moved from data/static/css/bootstrap.min.css with 100% similarity]
src/static/css/build-table.css [moved from data/static/css/build-table.css with 100% similarity]
src/static/css/commits-table.css [moved from data/static/css/commits-table.css with 100% similarity]
src/static/css/font-awesome.css [moved from data/static/css/font-awesome.css with 100% similarity]
src/static/css/jobs-list.css [moved from data/static/css/jobs-list.css with 100% similarity]
src/static/css/jobs-table.css [moved from data/static/css/jobs-table.css with 100% similarity]
src/static/css/log.css [moved from data/static/css/log.css with 100% similarity]
src/static/css/packages-files-table.css [moved from data/static/css/packages-files-table.css with 100% similarity]
src/static/css/packages-table.css [moved from data/static/css/packages-table.css with 100% similarity]
src/static/css/prettify.css [moved from data/static/css/prettify.css with 100% similarity]
src/static/css/style.css [moved from data/static/css/style.css with 100% similarity]
src/static/css/watchers-sidebar-table.css [moved from data/static/css/watchers-sidebar-table.css with 100% similarity]
src/static/favicon.ico [moved from data/static/favicon.ico with 100% similarity]
src/static/font/fontawesome-webfont.eot [moved from data/static/font/fontawesome-webfont.eot with 100% similarity]
src/static/font/fontawesome-webfont.svg [moved from data/static/font/fontawesome-webfont.svg with 100% similarity]
src/static/font/fontawesome-webfont.ttf [moved from data/static/font/fontawesome-webfont.ttf with 100% similarity]
src/static/font/fontawesome-webfont.woff [moved from data/static/font/fontawesome-webfont.woff with 100% similarity]
src/static/images/icons/build-aborted.png [moved from data/static/images/icons/build-aborted.png with 100% similarity]
src/static/images/icons/build-dependency_error.png [moved from data/static/images/icons/build-dependency_error.png with 100% similarity]
src/static/images/icons/build-dispatching.png [moved from data/static/images/icons/build-dispatching.png with 100% similarity]
src/static/images/icons/build-failed.png [moved from data/static/images/icons/build-failed.png with 100% similarity]
src/static/images/icons/build-finished.png [moved from data/static/images/icons/build-finished.png with 100% similarity]
src/static/images/icons/build-pending.png [moved from data/static/images/icons/build-pending.png with 100% similarity]
src/static/images/icons/build-running.png [moved from data/static/images/icons/build-running.png with 100% similarity]
src/static/images/icons/build-unknown.png [moved from data/static/images/icons/build-unknown.png with 100% similarity]
src/static/images/icons/build-uploading.png [moved from data/static/images/icons/build-uploading.png with 100% similarity]
src/static/images/icons/build-waiting.png [moved from data/static/images/icons/build-waiting.png with 100% similarity]
src/static/images/icons/builder-disabled.png [moved from data/static/images/icons/builder-disabled.png with 100% similarity]
src/static/images/icons/builder-offline.png [moved from data/static/images/icons/builder-offline.png with 100% similarity]
src/static/images/icons/builder-online.png [moved from data/static/images/icons/builder-online.png with 100% similarity]
src/static/images/img01.jpg [moved from data/static/images/img01.jpg with 100% similarity]
src/static/images/img02.jpg [moved from data/static/images/img02.jpg with 100% similarity]
src/static/images/img03.jpg [moved from data/static/images/img03.jpg with 100% similarity]
src/static/images/img04.jpg [moved from data/static/images/img04.jpg with 100% similarity]
src/static/images/ipfire_tux_128x128.png [moved from data/static/images/ipfire_tux_128x128.png with 100% similarity]
src/static/images/readme.txt [moved from data/static/images/readme.txt with 100% similarity]
src/static/img [moved from data/static/img with 100% similarity]
src/static/js/bootstrap.min.js [moved from data/static/js/bootstrap.min.js with 100% similarity]
src/static/js/jquery.js [moved from data/static/js/jquery.js with 100% similarity]
src/static/js/pbs.js [moved from data/static/js/pbs.js with 100% similarity]
src/static/js/prettify.js [moved from data/static/js/prettify.js with 100% similarity]
src/static/robots.txt [moved from data/static/robots.txt with 100% similarity]
src/templates/base-form1.html [moved from data/templates/base-form1.html with 100% similarity]
src/templates/base-form2.html [moved from data/templates/base-form2.html with 100% similarity]
src/templates/base.html [moved from data/templates/base.html with 100% similarity]
src/templates/build-bugs.html [moved from data/templates/build-bugs.html with 100% similarity]
src/templates/build-delete.html [moved from data/templates/build-delete.html with 100% similarity]
src/templates/build-detail.html [moved from data/templates/build-detail.html with 100% similarity]
src/templates/build-filter.html [moved from data/templates/build-filter.html with 100% similarity]
src/templates/build-index.html [moved from data/templates/build-index.html with 100% similarity]
src/templates/build-list.html [moved from data/templates/build-list.html with 100% similarity]
src/templates/build-manage.html [moved from data/templates/build-manage.html with 100% similarity]
src/templates/build-priority.html [moved from data/templates/build-priority.html with 100% similarity]
src/templates/build-queue.html [moved from data/templates/build-queue.html with 100% similarity]
src/templates/build-schedule-test.html [moved from data/templates/build-schedule-test.html with 100% similarity]
src/templates/build-state.html [moved from data/templates/build-state.html with 100% similarity]
src/templates/builders/delete.html [moved from data/templates/builders/delete.html with 100% similarity]
src/templates/builders/detail.html [moved from data/templates/builders/detail.html with 100% similarity]
src/templates/builders/edit.html [moved from data/templates/builders/edit.html with 100% similarity]
src/templates/builders/list.html [moved from data/templates/builders/list.html with 100% similarity]
src/templates/builders/new.html [moved from data/templates/builders/new.html with 100% similarity]
src/templates/builders/pass.html [moved from data/templates/builders/pass.html with 100% similarity]
src/templates/builds-watchers-add.html [moved from data/templates/builds-watchers-add.html with 100% similarity]
src/templates/builds-watchers-list.html [moved from data/templates/builds-watchers-list.html with 100% similarity]
src/templates/builds/comments.html [moved from data/templates/builds/comments.html with 100% similarity]
src/templates/distro-detail.html [moved from data/templates/distro-detail.html with 100% similarity]
src/templates/distro-edit.html [moved from data/templates/distro-edit.html with 100% similarity]
src/templates/distro-list.html [moved from data/templates/distro-list.html with 100% similarity]
src/templates/distro-source-commit-detail.html [moved from data/templates/distro-source-commit-detail.html with 100% similarity]
src/templates/distro-source-commit-reset.html [moved from data/templates/distro-source-commit-reset.html with 100% similarity]
src/templates/distro-source-commits.html [moved from data/templates/distro-source-commits.html with 100% similarity]
src/templates/distro-source-detail.html [moved from data/templates/distro-source-detail.html with 100% similarity]
src/templates/distro-update-detail.html [moved from data/templates/distro-update-detail.html with 100% similarity]
src/templates/distro-update-edit.html [moved from data/templates/distro-update-edit.html with 100% similarity]
src/templates/docs-base.html [moved from data/templates/docs-base.html with 100% similarity]
src/templates/docs-build.html [moved from data/templates/docs-build.html with 100% similarity]
src/templates/docs-index.html [moved from data/templates/docs-index.html with 100% similarity]
src/templates/docs-users.html [moved from data/templates/docs-users.html with 100% similarity]
src/templates/docs-whatsthis.html [moved from data/templates/docs-whatsthis.html with 100% similarity]
src/templates/errors/error-400.html [moved from data/templates/errors/error-400.html with 100% similarity]
src/templates/errors/error-403.html [moved from data/templates/errors/error-403.html with 100% similarity]
src/templates/errors/error-404.html [moved from data/templates/errors/error-404.html with 100% similarity]
src/templates/errors/error.html [moved from data/templates/errors/error.html with 100% similarity]
src/templates/file-detail.html [moved from data/templates/file-detail.html with 100% similarity]
src/templates/index.html [moved from data/templates/index.html with 100% similarity]
src/templates/job-schedule-rebuild.html [moved from data/templates/job-schedule-rebuild.html with 100% similarity]
src/templates/job-schedule-test.html [moved from data/templates/job-schedule-test.html with 100% similarity]
src/templates/jobs-abort.html [moved from data/templates/jobs-abort.html with 100% similarity]
src/templates/jobs-buildroot.html [moved from data/templates/jobs-buildroot.html with 100% similarity]
src/templates/jobs-detail.html [moved from data/templates/jobs-detail.html with 100% similarity]
src/templates/jobs-filter.html [moved from data/templates/jobs-filter.html with 100% similarity]
src/templates/jobs-index.html [moved from data/templates/jobs-index.html with 100% similarity]
src/templates/keys-delete.html [moved from data/templates/keys-delete.html with 100% similarity]
src/templates/keys-import.html [moved from data/templates/keys-import.html with 100% similarity]
src/templates/keys-list.html [moved from data/templates/keys-list.html with 100% similarity]
src/templates/log.html [moved from data/templates/log.html with 100% similarity]
src/templates/login.html [moved from data/templates/login.html with 100% similarity]
src/templates/mirrors-delete.html [moved from data/templates/mirrors-delete.html with 100% similarity]
src/templates/mirrors-detail.html [moved from data/templates/mirrors-detail.html with 100% similarity]
src/templates/mirrors-edit.html [moved from data/templates/mirrors-edit.html with 100% similarity]
src/templates/mirrors-list.html [moved from data/templates/mirrors-list.html with 100% similarity]
src/templates/mirrors-new.html [moved from data/templates/mirrors-new.html with 100% similarity]
src/templates/modules/bugs-table.html [moved from data/templates/modules/bugs-table.html with 100% similarity]
src/templates/modules/build-headline.html [moved from data/templates/modules/build-headline.html with 100% similarity]
src/templates/modules/build-log.html [moved from data/templates/modules/build-log.html with 100% similarity]
src/templates/modules/build-offset.html [moved from data/templates/modules/build-offset.html with 100% similarity]
src/templates/modules/build-state-warnings.html [moved from data/templates/modules/build-state-warnings.html with 100% similarity]
src/templates/modules/build-table.html [moved from data/templates/modules/build-table.html with 100% similarity]
src/templates/modules/builders/load.html [moved from data/templates/modules/builders/load.html with 100% similarity]
src/templates/modules/changelog/entry.html [moved from data/templates/modules/changelog/entry.html with 100% similarity]
src/templates/modules/changelog/index.html [moved from data/templates/modules/changelog/index.html with 100% similarity]
src/templates/modules/comments-table.html [moved from data/templates/modules/comments-table.html with 100% similarity]
src/templates/modules/commits-table.html [moved from data/templates/modules/commits-table.html with 100% similarity]
src/templates/modules/files-table.html [moved from data/templates/modules/files-table.html with 100% similarity]
src/templates/modules/footer.html [moved from data/templates/modules/footer.html with 100% similarity]
src/templates/modules/jobs-table.html [moved from data/templates/modules/jobs-table.html with 100% similarity]
src/templates/modules/jobs/boxes.html [moved from data/templates/modules/jobs/boxes.html with 100% similarity]
src/templates/modules/jobs/list.html [moved from data/templates/modules/jobs/list.html with 100% similarity]
src/templates/modules/jobs/status.html [moved from data/templates/modules/jobs/status.html with 100% similarity]
src/templates/modules/log-entry-comment.html [moved from data/templates/modules/log-entry-comment.html with 100% similarity]
src/templates/modules/log-entry-small.html [moved from data/templates/modules/log-entry-small.html with 100% similarity]
src/templates/modules/log-entry.html [moved from data/templates/modules/log-entry.html with 100% similarity]
src/templates/modules/log-files-table.html [moved from data/templates/modules/log-files-table.html with 100% similarity]
src/templates/modules/log-table.html [moved from data/templates/modules/log-table.html with 100% similarity]
src/templates/modules/log.html [moved from data/templates/modules/log.html with 100% similarity]
src/templates/modules/maintainer.html [moved from data/templates/modules/maintainer.html with 100% similarity]
src/templates/modules/modal-base.html [moved from data/templates/modules/modal-base.html with 100% similarity]
src/templates/modules/modal-build-comment.html [moved from data/templates/modules/modal-build-comment.html with 100% similarity]
src/templates/modules/modal-build-push.html [moved from data/templates/modules/modal-build-push.html with 100% similarity]
src/templates/modules/modal-build-unpush.html [moved from data/templates/modules/modal-build-unpush.html with 100% similarity]
src/templates/modules/package-header.html [moved from data/templates/modules/package-header.html with 100% similarity]
src/templates/modules/package-table-detail.html [moved from data/templates/modules/package-table-detail.html with 100% similarity]
src/templates/modules/packages-files-table.html [moved from data/templates/modules/packages-files-table.html with 100% similarity]
src/templates/modules/packages-table.html [moved from data/templates/modules/packages-table.html with 100% similarity]
src/templates/modules/packages/dependency-table.html [moved from data/templates/modules/packages/dependency-table.html with 100% similarity]
src/templates/modules/repo-actions-table.html [moved from data/templates/modules/repo-actions-table.html with 100% similarity]
src/templates/modules/repository-table.html [moved from data/templates/modules/repository-table.html with 100% similarity]
src/templates/modules/select/locale.html [moved from data/templates/modules/select/locale.html with 100% similarity]
src/templates/modules/select/timezone.html [moved from data/templates/modules/select/timezone.html with 100% similarity]
src/templates/modules/source-table.html [moved from data/templates/modules/source-table.html with 100% similarity]
src/templates/modules/updates-table.html [moved from data/templates/modules/updates-table.html with 100% similarity]
src/templates/modules/user-table.html [moved from data/templates/modules/user-table.html with 100% similarity]
src/templates/modules/watchers-sidebar-table.html [moved from data/templates/modules/watchers-sidebar-table.html with 100% similarity]
src/templates/package-detail-list.html [moved from data/templates/package-detail-list.html with 100% similarity]
src/templates/package-detail.html [moved from data/templates/package-detail.html with 100% similarity]
src/templates/package-properties.html [moved from data/templates/package-properties.html with 100% similarity]
src/templates/packages-list.html [moved from data/templates/packages-list.html with 100% similarity]
src/templates/packages/builds/scratch.html [moved from data/templates/packages/builds/scratch.html with 100% similarity]
src/templates/packages/builds/times.html [moved from data/templates/packages/builds/times.html with 100% similarity]
src/templates/packages/changelog.html [moved from data/templates/packages/changelog.html with 100% similarity]
src/templates/packages/view-file.html [moved from data/templates/packages/view-file.html with 100% similarity]
src/templates/register-activation-fail.html [moved from data/templates/register-activation-fail.html with 100% similarity]
src/templates/register-activation-success.html [moved from data/templates/register-activation-success.html with 100% similarity]
src/templates/register-fail.html [moved from data/templates/register-fail.html with 100% similarity]
src/templates/register-success.html [moved from data/templates/register-success.html with 100% similarity]
src/templates/register.html [moved from data/templates/register.html with 100% similarity]
src/templates/repository-detail.html [moved from data/templates/repository-detail.html with 100% similarity]
src/templates/repository-edit.html [moved from data/templates/repository-edit.html with 100% similarity]
src/templates/search-form.html [moved from data/templates/search-form.html with 100% similarity]
src/templates/search-results.html [moved from data/templates/search-results.html with 100% similarity]
src/templates/sessions/index.html [moved from data/templates/sessions/index.html with 100% similarity]
src/templates/source-list.html [moved from data/templates/source-list.html with 100% similarity]
src/templates/statistics/index.html [moved from data/templates/statistics/index.html with 100% similarity]
src/templates/updates-index.html [moved from data/templates/updates-index.html with 100% similarity]
src/templates/uploads-list.html [moved from data/templates/uploads-list.html with 100% similarity]
src/templates/user-comments.html [moved from data/templates/user-comments.html with 100% similarity]
src/templates/user-delete.html [moved from data/templates/user-delete.html with 100% similarity]
src/templates/user-forgot-password.html [moved from data/templates/user-forgot-password.html with 100% similarity]
src/templates/user-impersonation.html [moved from data/templates/user-impersonation.html with 100% similarity]
src/templates/user-list.html [moved from data/templates/user-list.html with 100% similarity]
src/templates/user-profile-builds.html [moved from data/templates/user-profile-builds.html with 100% similarity]
src/templates/user-profile-edit-fail.html [moved from data/templates/user-profile-edit-fail.html with 100% similarity]
src/templates/user-profile-edit.html [moved from data/templates/user-profile-edit.html with 100% similarity]
src/templates/user-profile-need-activation.html [moved from data/templates/user-profile-need-activation.html with 100% similarity]
src/templates/user-profile-passwd-ok.html [moved from data/templates/user-profile-passwd-ok.html with 100% similarity]
src/templates/user-profile-passwd.html [moved from data/templates/user-profile-passwd.html with 100% similarity]
src/templates/user-profile.html [moved from data/templates/user-profile.html with 100% similarity]
src/web/__init__.py [moved from web/__init__.py with 100% similarity]
src/web/handlers.py [moved from web/handlers.py with 100% similarity]
src/web/handlers_api.py [moved from web/handlers_api.py with 100% similarity]
src/web/handlers_auth.py [moved from web/handlers_auth.py with 100% similarity]
src/web/handlers_base.py [moved from web/handlers_base.py with 100% similarity]
src/web/handlers_builders.py [moved from web/handlers_builders.py with 100% similarity]
src/web/handlers_builds.py [moved from web/handlers_builds.py with 100% similarity]
src/web/handlers_distro.py [moved from web/handlers_distro.py with 100% similarity]
src/web/handlers_jobs.py [moved from web/handlers_jobs.py with 100% similarity]
src/web/handlers_keys.py [moved from web/handlers_keys.py with 100% similarity]
src/web/handlers_mirrors.py [moved from web/handlers_mirrors.py with 100% similarity]
src/web/handlers_packages.py [moved from web/handlers_packages.py with 100% similarity]
src/web/handlers_search.py [moved from web/handlers_search.py with 100% similarity]
src/web/handlers_updates.py [moved from web/handlers_updates.py with 100% similarity]
src/web/handlers_users.py [moved from web/handlers_users.py with 100% similarity]
src/web/ui_modules.py [moved from web/ui_modules.py with 100% similarity]