This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "APT Archive Web-Frontend (master repository)".

The branch, debian-master has been updated
       via  47685c8e28d6888967c28f9975a973a616bc0762 (commit)
       via  75074e5c050dc9dd1c141a861495fde28bea784d (commit)
       via  6b0cdbb403a507d71ad955cb1fdc786acb4ec2e8 (commit)
       via  e251bfc88a72b4836e8dea25baeb87990310d653 (commit)
       via  697b61da3ae20b111b2bf7058c6b12c5facf9fd5 (commit)
       via  43b89ddd54b60021713101a0c61e58608e032014 (commit)
       via  650e3b989de974b2a097fdb433beb1a6de2d115c (commit)
       via  fba23060ab0e516d0d5ff8d4e9b48a05264ac72e (commit)
       via  7c92d0e4b9658a2160bd7bafd1f0c07425878db6 (commit)
       via  14ad98deaba3efa56740908b2c33a4bf3fd03299 (commit)
       via  eb6e312fd73061c1f55d0696ab6686d567831498 (commit)
       via  cfd901631e57f7184e96c132817cbb4de0fd7929 (commit)
       via  5fa4677a30bf12808f781367893a9d66ff839da4 (commit)
       via  e3267460f5a73aba7118b0b90918981fd12099d1 (commit)
       via  ee1229bf379cb681a4805bf97ecdea9e60a7efb8 (commit)
       via  2dc3efc2e8bcf87332099291fe7bf51f3c67d393 (commit)
       via  cc46373b0745372463947d3b7d1c9c5a73f52db5 (commit)
       via  771e5b00536cc85cd6a948a759a00dea8820f9a2 (commit)
       via  2c71b8762f8312acd1f6ae592f3e87cdb183cc3b (commit)
       via  78590403023af93dddb2df0683214b9bd6d347d2 (commit)
       via  5b625db7022789463f90595964f1ab4fbbce7c6f (commit)
       via  8393e1a5b250804d4a0a4cbb242021029b03fff4 (commit)
       via  49c1ca531e37bbe7bdf673502a2fde7e13012c5b (commit)
       via  82f5b69623337b547d7a08f4ae1858aa35784185 (commit)
       via  9ee3fd3aa184ba974be690d0834883c54986986f (commit)
       via  481894d0140e4c0ce1b1e4b339cec691837b5ac5 (commit)
       via  d833a5eed5296d1a24c35e8f0802f8291037198d (commit)
       via  00a3b2eb3a2ba0470e5f07adb09d00662d3e89f3 (commit)
       via  648a333fa9bee495e2a16843f3b5c61957828f11 (commit)
       via  058db44300c769533fcac662d9b9b88b588ce988 (commit)
      from  5b187150c6b6a66a7589f11f6270834fb42c8166 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 47685c8e28d6888967c28f9975a973a616bc0762
Merge: eb6e312fd73061c1f55d0696ab6686d567831498 
75074e5c050dc9dd1c141a861495fde28bea784d
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Fri Sep 14 21:35:54 2007 +0000

    Merge commit 'origin/master' into debian-master

commit eb6e312fd73061c1f55d0696ab6686d567831498
Merge: 5b625db7022789463f90595964f1ab4fbbce7c6f 
cfd901631e57f7184e96c132817cbb4de0fd7929
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Wed Sep 12 00:40:58 2007 +0000

    Merge commit 'origin/master' into debian-master

commit 5b625db7022789463f90595964f1ab4fbbce7c6f
Merge: 5b187150c6b6a66a7589f11f6270834fb42c8166 
8393e1a5b250804d4a0a4cbb242021029b03fff4
Author: Frank Lichtenheld <[EMAIL PROTECTED]>
Date:   Tue Sep 11 15:41:05 2007 +0000

    Merge commit 'origin/master' into debian-master

-----------------------------------------------------------------------

Summary of changes:
 BACKEND                              |    2 -
 INSTALL                              |   34 +++++++++++
 URLS                                 |    2 -
 bin/.gitignore                       |    1 +
 bin/build-maintainerdb               |  108 +++++++++++++++++++++++++++------
 bin/create_index_pages               |   18 +++---
 bin/{daily => daily.sed.in}          |   24 ++++----
 bin/extract_files                    |    4 +-
 bin/parse-contents                   |    4 +-
 bin/parse-debtags-voc                |    4 +-
 bin/parse-packages                   |    6 +-
 bin/parse-sources                    |    4 +-
 bin/parse-translations               |    5 +-
 bin/setup-site                       |    3 +-
 cron.d/010git                        |    2 +-
 cron.d/100syncarchive                |    5 +-
 cron.d/600prepare_newpkg             |    2 +-
 lib/Deb/Versions.pm                  |    7 +-
 lib/Packages/Dispatcher.pm           |    8 ++-
 lib/Packages/I18N/LanguageNames.pm   |    2 -
 lib/Packages/I18N/Languages.pm       |    2 -
 lib/Packages/Page.pm                 |    2 +-
 lib/Packages/Search.pm               |   16 +++---
 static/packages.css.sed.in           |   18 +++++-
 templates/config/archive_layout.tmpl |    7 ++
 templates/config/mirrors.tmpl        |   19 ++++--
 templates/html/download.tmpl         |    2 +-
 templates/html/index.tmpl            |    8 ++-
 templates/html/search.tmpl           |   35 ++++++-----
 templates/html/search_contents.tmpl  |   28 +++++-----
 templates/html/show.tmpl             |   87 ++++++++++++++++-----------
 templates/txt/index.tmpl             |    2 +-
 32 files changed, 305 insertions(+), 166 deletions(-)
 create mode 100644 INSTALL
 rename bin/{daily => daily.sed.in} (71%)


hooks/post-receive
-- 
APT Archive Web-Frontend (master repository)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to