* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-06-09 18:19 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-06-09 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 32dfabdceba8cc59579310543ac23249e467e843
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Sat Jun 9 11:04:02 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Sat Jun 9 11:04:02 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=32dfabdc
Add initial README and Requirements
---
README.md | 1 +
Requirements | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..52de816
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+New version of packages.gentoo.com site
diff --git a/Requirements b/Requirements
new file mode 100644
index 0000000..78e96d4
--- /dev/null
+++ b/Requirements
@@ -0,0 +1,3 @@
+django>=1.4
+portage
+gentoolkit
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-06-09 21:58 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-06-09 21:58 UTC (permalink / raw
To: gentoo-commits
commit: 2c0a33c0beffbc01363447c2a54218bc5002b4c4
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Sat Jun 9 18:24:19 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Sat Jun 9 18:24:19 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=2c0a33c0
Little change in .gitignore
---
.gitignore | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index d976809..486eec4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,4 @@
-*.pyc
-*.pyo
-*.swo
-*.swp
+*.py[co]
+*.sw[op]
*.db
gpackages/main/local_settings.py
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-06-13 23:16 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-06-13 23:16 UTC (permalink / raw
To: gentoo-commits
commit: 381b2aedb3e0357749b2112facd91689705633e5
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Wed Jun 13 16:47:17 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Wed Jun 13 16:47:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=381b2aed
Merge branch 'master' into layouts
Requirements | 3 +
gpackages/apps/packages/admin.py | 10 ++-
.../apps/packages/management/commands/scanherds.py | 16 ++-
.../packages/management/commands/scanusedesc.py | 27 +++-
gpackages/apps/packages/managers.py | 36 +++++-
gpackages/apps/packages/models.py | 75 +++++++++---
gpackages/apps/packages/scan.py | 128 ++++++++++++--------
gpackages/libs/generic.py | 3 +
gpackages/libs/herds.py | 6 +-
gpackages/libs/my_etree.py | 7 +
gpackages/libs/porttree.py | 97 ++++++++++++---
gpackages/libs/use_info.py | 6 +-
gpackages/main/urls.py | 9 +-
13 files changed, 305 insertions(+), 118 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-08-11 22:30 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-08-11 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 102cd52b6af527902086c006fba52eb9b7d8d4b1
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Thu Aug 9 13:08:43 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Thu Aug 9 13:08:43 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=102cd52b
Add devel requirements
---
Requirements | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Requirements b/Requirements
index d6b3df3..db74818 100644
--- a/Requirements
+++ b/Requirements
@@ -7,3 +7,6 @@ prefetch
Optional:
lxml
pkgcore
+
+Devel:
+debug_toolbar
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-08-11 22:30 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-08-11 22:30 UTC (permalink / raw
To: gentoo-commits
commit: 15a2e6ad207144e0a1498c2eabdb8c7d658d7c3c
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Wed Aug 8 20:33:42 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Wed Aug 8 20:33:42 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=15a2e6ad
Update Requirements
---
Requirements | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Requirements b/Requirements
index 2a5cdb1..d6b3df3 100644
--- a/Requirements
+++ b/Requirements
@@ -1,5 +1,9 @@
django>=1.4
portage
+layman>=2
+South
+prefetch
Optional:
lxml
+pkgcore
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-08-11 22:30 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-08-11 22:30 UTC (permalink / raw
To: gentoo-commits
commit: e35645e75d792a5ea88a69322e917cb7bc73ec61
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Fri Aug 10 19:41:16 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Fri Aug 10 19:41:16 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=e35645e7
Add pygments to Requirements
---
Requirements | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Requirements b/Requirements
index db74818..b106789 100644
--- a/Requirements
+++ b/Requirements
@@ -3,6 +3,7 @@ portage
layman>=2
South
prefetch
+pygments
Optional:
lxml
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-08-20 13:03 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-08-20 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 41ffff1307732e465a6ee35436d512dbde7ddb39
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Tue Aug 14 19:28:28 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Tue Aug 14 19:28:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=41ffff13
Update README
---
README.md | 40 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 39 insertions(+), 1 deletions(-)
diff --git a/README.md b/README.md
index 52de816..888d836 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,39 @@
-New version of packages.gentoo.com site
+# New version of packages.gentoo.com site
+
+## Quick install
+
+First you should install all required dependencies, check this in Requirements file
+Then you need configure it, for this create configuration file `local_settings.py`
+in gpackages/main/ dir , for example you could see gpackages/main/local_settings.py.example file.
+After creating configuration you need create tables in your database, for this execute these commands:
+
+ $ cd gpackages
+ $ ./manage.py syncdb
+ $ ./manage.py migrate
+
+Then maybe you want collect first packages data, for this you need execute that command:
+
+ $ ./manage.py scanpackages -a
+
+This will collect info about all packages in all overlays.
+If you want check what overlays available, then type this command:
+
+ $ ./manage.py listrepos
+
+After first scanning you should also add info about use flags and licenses text
+You could do this with such commands:
+
+ $ ./manage.py scanusedesc
+ $ ./manage.py scanlicensetext
+
+Now you could run demo web-server:
+
+ $ ./manage.py runserver
+
+For deployment check [django deployment docs][django_deploy].
+
+## Documentation
+
+Check docs dir
+
+[django_deploy]: https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] proj/gentoo-packages:master commit in: /
@ 2012-09-13 22:17 Slava Bacherikov
0 siblings, 0 replies; 8+ messages in thread
From: Slava Bacherikov @ 2012-09-13 22:17 UTC (permalink / raw
To: gentoo-commits
commit: 4f0263964a397109985fb2499f2963c5d08f424a
Author: Slava Bacherikov <slava <AT> bacher09 <DOT> org>
AuthorDate: Thu Sep 13 22:16:11 2012 +0000
Commit: Slava Bacherikov <slava <AT> bacherikov <DOT> org <DOT> ua>
CommitDate: Thu Sep 13 22:16:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=commit;h=4f026396
Add TODO
---
TODO | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..23b1ac0
--- /dev/null
+++ b/TODO
@@ -0,0 +1,6 @@
+* Maintainers filter
+* Search by keyword (arch)
+* Full text search (using solr)
+* Hide emails
+* Package screens
+* Scanning with celery
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-09-13 22:18 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 18:19 [gentoo-commits] proj/gentoo-packages:master commit in: / Slava Bacherikov
-- strict thread matches above, loose matches on Subject: below --
2012-06-09 21:58 Slava Bacherikov
2012-06-13 23:16 Slava Bacherikov
2012-08-11 22:30 Slava Bacherikov
2012-08-11 22:30 Slava Bacherikov
2012-08-11 22:30 Slava Bacherikov
2012-08-20 13:03 Slava Bacherikov
2012-09-13 22:17 Slava Bacherikov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox