summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* metadata/repoman: Move the qahelp and linechecks errors out of the repoBrian Dolbec2017-12-052-152/+0
| | | | | | These items have been moved to new /usr/share/repoman/{qa_data,linechecks} directories. These directories can be installed to by third party add on modules. These files could then be used via gettext for localized translation files.
* metadata: add Manifest.gz to gitignoreMichael Palimaka2017-11-281-0/+1
|
* layout.conf: Update the comment for manifest-hashesMichał Górny2017-11-211-5/+3
|
* layout.conf: Disable SHA256 & WHIRLPOOL hashes, enable BLAKE2BMichał Górny2017-11-211-1/+2
| | | | | | Switch manifest-hashes to 'BLAKE2 SHA512' and enable manifest-required-hashes as 'SHA512' as decided on 2017-11-12 Council meeting.
* layout.conf: Add manifest-required-hashes settingMichał Górny2017-11-101-0/+6
| | | | | | | | | | | | Add the manifest-required-hashes setting that specifies which hashes need to be present in the Manifest files for Portage to consider old distfile checksums acceptable (and not refetch the files to rehash them). It is complementary to manifest-hashes that specifies which hashes are used in new/updated entries. Formerly, this setting was hardcoded in Portage. However, the new Portage release will no longer do that and instead expect layout.conf to supply the setting.
* metadata/layout.conf: Update year.Ulrich Müller2017-10-131-1/+1
|
* metadata/layout.conf: Update link to GLEP 59.Ulrich Müller2017-10-131-1/+1
|
* metdata/repoman/*: Add current API version and minimum repoman version infoBrian Dolbec2017-08-173-1/+16
| | | | | | | | With teh version field, repoman can check that it meets the API compatibility requirements of the metadata/repoman file(s). The minimum repoman_version is output in the repoman error message if the currently installed repoman is not capable of handling all the file & data features.
* metadata/repoman: Whitespace cleanupBrian Dolbec2017-08-173-25/+25
|
* metadata/repoman: Add new linechecks.yaml fileBrian Dolbec2017-07-151-0/+272
|
* metadata/repoman: Add new repository.yaml cofiguration fileBrian Dolbec2017-07-151-0/+71
| | | | This file is used to enable/disable scan_modules and linechecks modules.
* metadata/repoman: Add new qa_data.yaml fileBrian Dolbec2017-07-151-0/+282
| | | | | | This file holds the main qa_data, defining the scope and help text of the variuos errors and warnings. This is the initial port of the data from qa_data.py.
* metadata.layout.conf: Fix typoBrian Dolbec2017-07-151-1/+1
|
* metadata: gitignore metadata/timestamp.commitJason Zaman2017-04-211-4/+5
| | | | and keep file sorted
* metadata: Reinstate EAPI=1 ban in layout.confManuel Rüger2017-01-141-2/+2
| | | | Gentoo-Bug:_ 551968
* Add metadata/xml-schema/ to gitignoreJason Zaman2016-05-041-0/+1
|
* metadata: ignore mirroring test fileJustin Lecher2016-01-201-0/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* layout.conf: add a header for peopleMike Frysinger2016-01-181-0/+6
|
* layout.conf: update external URLs #572222Mike Frysinger2016-01-181-2/+2
|
* metadata: anchor projects.xml gitignore.Robin H. Johnson2016-01-161-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* metadata: Don't check in projects.xmlJustin Lecher2016-01-151-0/+1
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* metadata: deprecated EAPI=4Julian Ospald2015-10-141-1/+2
| | | | Council log: https://projects.gentoo.org/council/meeting-logs/20151011.txt
* metadata: Ignore symlinks as well as directoriesMike Gilbert2015-08-241-5/+5
|
* gitignore: add pkg_desc_indexJulian Ospald2015-08-151-0/+1
|
* metadata: anchor the ignored pathsMike Frysinger2015-08-111-10/+10
| | | | | We don't want to ignore all files named "glsa", just the "glsa" dir in the metadata dir.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+75
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed