aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 0.2.3 releaseHEAD0.2.3masterUlrich Müller2023-02-245-7/+7
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* g_sorcery/fileutils.py: Add blake2b hash, drop sha256 and whirlpoolUlrich Müller2023-02-241-9/+5
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* g_sorcery/ebuild.py: Update default EAPI from 5 to 8Ulrich Müller2021-11-042-2/+2
| | | | | | | EAPI 5 is banned from the Gentoo repository, therefore eclasses are dropping support for it. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* 0.2.2 release0.2.2Ulrich Müller2021-05-045-11/+15
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* g-sorcery.eclass: Add live propertyUlrich Müller2021-05-041-2/+5
| | | | | | | This will disable the network-sandbox during the unpack phase. Bug: https://bugs.gentoo.org/734080 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* tests/server/py: Fix an inheritence error in py 3.7, 3.8Brian Dolbec2021-05-041-7/+7
| | | | | | | | self.directory was being overridden by the super class instance. Rename this local variable to prevent it being overridden. Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* test_DBGenerator.py, test_PackageDB.py: Fix test errorsBrian Dolbec2021-05-042-10/+14
| | | | | | | | The http server was not being shutdown when exceptions were raised This caused other errors in tests run after the failed test. Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* tests/server.py: Add time.sleep() delay after shutdownBrian Dolbec2021-05-041-0/+2
| | | | | | | | | | This is to help prevent a possible threading lock error if traceback errors are raised. I was experiencing this fault while debugging python 3.7 and 3.8 test errors. It prevented the sys.exit() at the end of the tests. Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* all_pythons.py: Update python versionsBrian Dolbec2021-05-041-1/+1
| | | | | Signed-off-by: Brian Dolbec <dolsen@gentoo.org> Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* [scripts] run tests for Python 3.5devJauhien Piatlicki2016-01-161-1/+1
|
* [README] add link to trello boardJauhien Piatlicki2015-09-131-0/+2
|
* [g_sorcery/fileutils] make wget timeout optional0.2.1Jauhien Piatlicki2015-08-181-6/+13
|
* [g_sorcery/fileutils] set wget timeout to 2 secondsJauhien Piatlicki2015-08-171-2/+2
|
* [g_sorcery/git_syncer] detect changes of branch and remote URLJauhien Piatlicki2015-08-171-2/+23
|
* [g_sorcery/package_db] new DB syncingJauhien Piatlicki2015-08-0513-62/+247
|
* [docs] update documentation0.2Jauhien Piatlicki2015-04-209-111/+260
|
* [g_sorcery/serialization] fix serialization for collectionsJauhien Piatlicki2015-04-186-73/+94
|
* [setup] fix copyrightJauhien Piatlicki2015-04-181-0/+3
|
* [g_sorcery/db_layout,g_sorcery/package_db] better version/format checking, ↵Jauhien Piatlicki2015-04-172-7/+16
| | | | fix exceptions
* [g_sorcery/db_layout] fix BSON support and add tests for itJauhien Piatlicki2015-04-173-63/+80
|
* [g_sorcery/file_bson] fix BSON support and add tests for itJauhien Piatlicki2015-04-177-13/+103
|
* [g_sorcery/package_db] add category common data setter and getter to DB APIJauhien Piatlicki2015-04-172-4/+51
|
* [g_sorcery] fix DB cleaningJauhien Piatlicki2015-04-172-1/+1
| | | | | do not write empty DB on cleaning, so syncing with old (v. 0) DBs works
* change DB structureJauhien Piatlicki2015-04-1711-302/+707
| | | | | move to new DB layout with versioning support bson format for category files
* [pylint] add pylint.rc fileJauhien Piatlicki2015-04-161-0/+336
|
* [g_sorcery/g_sorcery.py] check backend initializationJauhien Piatlicki2014-11-241-4/+8
|
* Merge branch 'heroxbd/g-sorcery:master' into devJauhien Piatlicki2014-09-291-1/+1
|\
| * g_sorcery/ebuild.py: fix typoBenda Xu2014-05-081-1/+1
| |
* | 0.1 releasev0.1Jauhien Piatlicki2014-05-106-129/+24
| |
* | update READMEJauhien Piatlicki2014-05-101-3/+4
| |
* | gs-pypi moved to another repoJauhien Piatlicki2014-05-1014-841/+5
| |
* | remove gs-ctan as Gentoo already has good support for CTAN packagesJauhien Piatlicki2014-05-1021-1436/+15
| |
* | fix: remove rest of gs-elpaJauhien Piatlicki2014-05-102-4/+1
| |
* | gs-elpa moved to another repoJauhien Piatlicki2014-05-109-694/+0
| |
* | prepare to split gs-elpa to another packageJauhien Piatlicki2014-05-101-7/+4
|/
* gs-elpa: exclude cl-lib from dependencies as it is a package needed for ↵Jauhien Piatlicki (jauhien)2014-03-051-1/+1
| | | | compatibility, it breaks things on new emacs
* isue#2: exclude invalid packagesJauhien Piatlicki (jauhien)2013-11-221-2/+4
|
* Removing the whole exclude list was a bad idea: it potentially can break systemJauhien Piatlicki (jauhien)2013-11-221-0/+32
|
* issue #1, do not exclude packages from generation by default as it confuses ↵Jauhien Piatlicki (jauhien)2013-11-221-32/+0
| | | | users
* gs-elpa: generate auto-complete ebuild by default, as tree version is old, ↵Jauhien Piatlicki (jauhien)2013-11-221-1/+1
| | | | issue#1
* gs-pypi: fix issue#4Jauhien Piatlicki (jauhien)2013-11-201-1/+4
|
* gs-pypi: fix issue#3Jauhien Piatlicki (jauhien)2013-11-121-1/+2
|
* gs-elpa.eclass: fix bad filenamesJauhien Piatlicki (jauhien)2013-09-211-1/+1
|
* fix importsJauhien Piatlicki (jauhien)2013-09-202-1/+1
|
* g_sorcery: fixesJauhien Piatlicki (jauhien)2013-09-207-19/+27
|
* developer instructions: fix typoJauhien Piatlicki (jauhien)2013-09-202-3/+3
|
* note about gs-db-toolJauhien Piatlicki (jauhien)2013-09-202-0/+3
|
* gs_db_tool and gs_pypi: add docstringsJauhien Piatlicki (jauhien)2013-09-204-1/+45
|
* docs: fixesJauhien Piatlicki (jauhien)2013-09-207-11/+164
|
* docs/gs-pypi: man page addedJauhien Piatlicki (jauhien)2013-09-209-12/+142
|