]> git.ipfire.org Git - people/jschlag/pbs.git/commit - src/buildservice/repository.py
Second import.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 19:14:17 +0000 (20:14 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 28 Oct 2012 19:14:17 +0000 (20:14 +0100)
commitf6e6ff79064091d5f18f7f807c7d95633a1b0bcd
tree2f7794f9f7c3b3853d988ddde351e6d86347aa18
parent9137135a5912aa6ae71da8b0ca59d6fd29b949e8
Second import.
185 files changed:
.gitignore
backend/__init__.py
backend/arches.py [new file with mode: 0644]
backend/base.py
backend/bugtracker.py [new file with mode: 0644]
backend/build.py [deleted file]
backend/builders.py
backend/builds.py [new file with mode: 0644]
backend/cache.py [new file with mode: 0644]
backend/constants.py
backend/database.py
backend/distribution.py
backend/keys.py [new file with mode: 0644]
backend/logs.py [new file with mode: 0644]
backend/main.py [new file with mode: 0644]
backend/managers.py
backend/messages.py
backend/mirrors.py [new file with mode: 0644]
backend/misc.py
backend/packages.py
backend/repository.py
backend/sessions.py [new file with mode: 0644]
backend/settings.py
backend/sources.py
backend/updates.py [new file with mode: 0644]
backend/uploads.py
backend/users.py
data/static/css/bootstrap-responsive.min.css [new file with mode: 0644]
data/static/css/bootstrap.min.css [new file with mode: 0644]
data/static/css/bootstrap.min.css.old [new file with mode: 0644]
data/static/css/build-table.css [new file with mode: 0644]
data/static/css/commits-table.css [new file with mode: 0644]
data/static/css/jobs-list.css [new file with mode: 0644]
data/static/css/jobs-table.css [new file with mode: 0644]
data/static/css/log.css [new file with mode: 0644]
data/static/css/packages-files-table.css [new file with mode: 0644]
data/static/css/packages-table.css [new file with mode: 0644]
data/static/css/style.css
data/static/css/style.css.backup [new file with mode: 0644]
data/static/css/watchers-sidebar-table.css [new file with mode: 0644]
data/static/images/glyphicons-halflings-white.png [new file with mode: 0644]
data/static/images/glyphicons-halflings.png [new file with mode: 0644]
data/static/images/icons/build-aborted.png [new symlink]
data/static/images/icons/builder-offline.png [moved from data/static/images/icons/slave-offline.png with 100% similarity]
data/static/images/icons/builder-online.png [moved from data/static/images/icons/slave-online.png with 100% similarity]
data/static/img [new symlink]
data/static/js/bootstrap.min.js [new file with mode: 0644]
data/static/js/jquery-1.7.1.min.js [new file with mode: 0644]
data/static/js/jquery-1.7.2.min.js [new file with mode: 0644]
data/static/js/jquery.js [new symlink]
data/static/js/pbs.js
data/templates/advanced.html [new file with mode: 0644]
data/templates/base-form1.html [new file with mode: 0644]
data/templates/base-form2.html [new file with mode: 0644]
data/templates/base.html
data/templates/build-bugs.html [new file with mode: 0644]
data/templates/build-delete.html [new file with mode: 0644]
data/templates/build-detail.html
data/templates/build-detail_old.html [new file with mode: 0644]
data/templates/build-filter.html
data/templates/build-index.html [new file with mode: 0644]
data/templates/build-list.html
data/templates/build-manage.html [new file with mode: 0644]
data/templates/build-queue.html [new file with mode: 0644]
data/templates/build-schedule-rebuild.html [deleted file]
data/templates/build-schedule-test.html
data/templates/build-state.html [new file with mode: 0644]
data/templates/builder-delete.html
data/templates/builder-detail.html
data/templates/builder-edit.html
data/templates/builder-list.html
data/templates/builder-new.html
data/templates/builder-pass.html
data/templates/builds-watchers-add.html [new file with mode: 0644]
data/templates/builds-watchers-list.html [new file with mode: 0644]
data/templates/distro-detail.html
data/templates/distro-edit.html
data/templates/distro-list.html
data/templates/distro-source-commit-detail.html [new file with mode: 0644]
data/templates/distro-source-commit-reset.html [new file with mode: 0644]
data/templates/distro-source-commits.html [new file with mode: 0644]
data/templates/distro-source-detail.html [new file with mode: 0644]
data/templates/distro-update-detail.html [new file with mode: 0644]
data/templates/distro-update-edit.html [new file with mode: 0644]
data/templates/docs-base.html
data/templates/docs-build.html
data/templates/docs-index.html
data/templates/docs-users.html
data/templates/docs-whatsthis.html [new file with mode: 0644]
data/templates/error-403.html [new file with mode: 0644]
data/templates/error-404.html
data/templates/error-500.html [deleted file]
data/templates/error.html
data/templates/index.html
data/templates/job-schedule-rebuild.html [new file with mode: 0644]
data/templates/job-schedule-test.html [new file with mode: 0644]
data/templates/jobs-abort.html [new file with mode: 0644]
data/templates/jobs-buildroot.html [new file with mode: 0644]
data/templates/jobs-detail.html [new file with mode: 0644]
data/templates/keys-delete.html [new file with mode: 0644]
data/templates/keys-import.html [new file with mode: 0644]
data/templates/keys-list.html [new file with mode: 0644]
data/templates/login-successful.html
data/templates/login.html
data/templates/logout.html
data/templates/mirrors-delete.html [new file with mode: 0644]
data/templates/mirrors-detail.html [new file with mode: 0644]
data/templates/mirrors-edit.html [new file with mode: 0644]
data/templates/mirrors-list.html [new file with mode: 0644]
data/templates/mirrors-new.html [new file with mode: 0644]
data/templates/modules/bugs-table.html [new file with mode: 0644]
data/templates/modules/build-headline.html [new file with mode: 0644]
data/templates/modules/build-offset.html
data/templates/modules/build-state-warnings.html [new file with mode: 0644]
data/templates/modules/build-table.html
data/templates/modules/build-table_old.html [new file with mode: 0644]
data/templates/modules/comments-table.html
data/templates/modules/commits-table.html [new file with mode: 0644]
data/templates/modules/files-table.html
data/templates/modules/footer.html [new file with mode: 0644]
data/templates/modules/jobs-list.html [new file with mode: 0644]
data/templates/modules/jobs-table.html [new file with mode: 0644]
data/templates/modules/log-entry-comment.html [new file with mode: 0644]
data/templates/modules/log-entry.html [new file with mode: 0644]
data/templates/modules/log-files-table.html [new file with mode: 0644]
data/templates/modules/log.html [new file with mode: 0644]
data/templates/modules/maintainer.html [new file with mode: 0644]
data/templates/modules/modal-base.html [new file with mode: 0644]
data/templates/modules/modal-build-comment.html [new file with mode: 0644]
data/templates/modules/modal-build-push.html [new file with mode: 0644]
data/templates/modules/modal-build-unpush.html [new file with mode: 0644]
data/templates/modules/package-files-table.html [deleted file]
data/templates/modules/package-header.html [new file with mode: 0644]
data/templates/modules/package-table.html [deleted file]
data/templates/modules/packages-files-table.html [new file with mode: 0644]
data/templates/modules/packages-table.html [new file with mode: 0644]
data/templates/modules/repository-table.html
data/templates/modules/source-table.html
data/templates/modules/updates-table.html [new file with mode: 0644]
data/templates/modules/watchers-sidebar-table.html [new file with mode: 0644]
data/templates/package-detail-list.html
data/templates/package-detail.html
data/templates/package-detail_old.html [new file with mode: 0644]
data/templates/package-list.html [deleted file]
data/templates/package-properties.html [new file with mode: 0644]
data/templates/packages-list.html [new file with mode: 0644]
data/templates/register-activation-fail.html
data/templates/register-activation-success.html
data/templates/register.html
data/templates/repository-detail.html
data/templates/repository-edit.html [new file with mode: 0644]
data/templates/search-form.html
data/templates/search-results.html
data/templates/source-detail.html [deleted file]
data/templates/statistics-main.html [new file with mode: 0644]
data/templates/updates-index.html [new file with mode: 0644]
data/templates/uploads-list.html [new file with mode: 0644]
data/templates/user-forgot-password.html [new file with mode: 0644]
data/templates/user-impersonation.html [new file with mode: 0644]
data/templates/user-list.html
data/templates/user-profile-builds.html [new file with mode: 0644]
data/templates/user-profile-edit.html
data/templates/user-profile-passwd-ok.html [new file with mode: 0644]
data/templates/user-profile-passwd.html [new file with mode: 0644]
data/templates/user-profile.html
hub/__init__.py [moved from master/__init__.py with 67% similarity]
hub/handlers.py [new file with mode: 0644]
master/handlers.py [deleted file]
pakfire-hub [new file with mode: 0644]
pakfire-master [deleted file]
web/__init__.py
web/handlers.py
web/handlers_auth.py
web/handlers_base.py
web/handlers_builders.py
web/handlers_builds.py [new file with mode: 0644]
web/handlers_distro.py [new file with mode: 0644]
web/handlers_jobs.py [new file with mode: 0644]
web/handlers_keys.py [new file with mode: 0644]
web/handlers_mirrors.py [new file with mode: 0644]
web/handlers_packages.py [new file with mode: 0644]
web/handlers_search.py
web/handlers_updates.py [new file with mode: 0644]
web/handlers_users.py
web/ui_modules.py