Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 0.2.3 releaseHEAD0.2.3master | Ulrich Müller | 2023-02-24 | 5 | -7/+7 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | g_sorcery/fileutils.py: Add blake2b hash, drop sha256 and whirlpool | Ulrich Müller | 2023-02-24 | 1 | -9/+5 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | g_sorcery/ebuild.py: Update default EAPI from 5 to 8 | Ulrich Müller | 2021-11-04 | 2 | -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.2 | Ulrich Müller | 2021-05-04 | 5 | -11/+15 |
| | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org> | ||||
* | g-sorcery.eclass: Add live property | Ulrich Müller | 2021-05-04 | 1 | -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.8 | Brian Dolbec | 2021-05-04 | 1 | -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 errors | Brian Dolbec | 2021-05-04 | 2 | -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 shutdown | Brian Dolbec | 2021-05-04 | 1 | -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 versions | Brian Dolbec | 2021-05-04 | 1 | -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.5dev | Jauhien Piatlicki | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | [README] add link to trello board | Jauhien Piatlicki | 2015-09-13 | 1 | -0/+2 |
| | |||||
* | [g_sorcery/fileutils] make wget timeout optional0.2.1 | Jauhien Piatlicki | 2015-08-18 | 1 | -6/+13 |
| | |||||
* | [g_sorcery/fileutils] set wget timeout to 2 seconds | Jauhien Piatlicki | 2015-08-17 | 1 | -2/+2 |
| | |||||
* | [g_sorcery/git_syncer] detect changes of branch and remote URL | Jauhien Piatlicki | 2015-08-17 | 1 | -2/+23 |
| | |||||
* | [g_sorcery/package_db] new DB syncing | Jauhien Piatlicki | 2015-08-05 | 13 | -62/+247 |
| | |||||
* | [docs] update documentation0.2 | Jauhien Piatlicki | 2015-04-20 | 9 | -111/+260 |
| | |||||
* | [g_sorcery/serialization] fix serialization for collections | Jauhien Piatlicki | 2015-04-18 | 6 | -73/+94 |
| | |||||
* | [setup] fix copyright | Jauhien Piatlicki | 2015-04-18 | 1 | -0/+3 |
| | |||||
* | [g_sorcery/db_layout,g_sorcery/package_db] better version/format checking, ↵ | Jauhien Piatlicki | 2015-04-17 | 2 | -7/+16 |
| | | | | fix exceptions | ||||
* | [g_sorcery/db_layout] fix BSON support and add tests for it | Jauhien Piatlicki | 2015-04-17 | 3 | -63/+80 |
| | |||||
* | [g_sorcery/file_bson] fix BSON support and add tests for it | Jauhien Piatlicki | 2015-04-17 | 7 | -13/+103 |
| | |||||
* | [g_sorcery/package_db] add category common data setter and getter to DB API | Jauhien Piatlicki | 2015-04-17 | 2 | -4/+51 |
| | |||||
* | [g_sorcery] fix DB cleaning | Jauhien Piatlicki | 2015-04-17 | 2 | -1/+1 |
| | | | | | do not write empty DB on cleaning, so syncing with old (v. 0) DBs works | ||||
* | change DB structure | Jauhien Piatlicki | 2015-04-17 | 11 | -302/+707 |
| | | | | | move to new DB layout with versioning support bson format for category files | ||||
* | [pylint] add pylint.rc file | Jauhien Piatlicki | 2015-04-16 | 1 | -0/+336 |
| | |||||
* | [g_sorcery/g_sorcery.py] check backend initialization | Jauhien Piatlicki | 2014-11-24 | 1 | -4/+8 |
| | |||||
* | Merge branch 'heroxbd/g-sorcery:master' into dev | Jauhien Piatlicki | 2014-09-29 | 1 | -1/+1 |
|\ | |||||
| * | g_sorcery/ebuild.py: fix typo | Benda Xu | 2014-05-08 | 1 | -1/+1 |
| | | |||||
* | | 0.1 releasev0.1 | Jauhien Piatlicki | 2014-05-10 | 6 | -129/+24 |
| | | |||||
* | | update README | Jauhien Piatlicki | 2014-05-10 | 1 | -3/+4 |
| | | |||||
* | | gs-pypi moved to another repo | Jauhien Piatlicki | 2014-05-10 | 14 | -841/+5 |
| | | |||||
* | | remove gs-ctan as Gentoo already has good support for CTAN packages | Jauhien Piatlicki | 2014-05-10 | 21 | -1436/+15 |
| | | |||||
* | | fix: remove rest of gs-elpa | Jauhien Piatlicki | 2014-05-10 | 2 | -4/+1 |
| | | |||||
* | | gs-elpa moved to another repo | Jauhien Piatlicki | 2014-05-10 | 9 | -694/+0 |
| | | |||||
* | | prepare to split gs-elpa to another package | Jauhien Piatlicki | 2014-05-10 | 1 | -7/+4 |
|/ | |||||
* | gs-elpa: exclude cl-lib from dependencies as it is a package needed for ↵ | Jauhien Piatlicki (jauhien) | 2014-03-05 | 1 | -1/+1 |
| | | | | compatibility, it breaks things on new emacs | ||||
* | isue#2: exclude invalid packages | Jauhien Piatlicki (jauhien) | 2013-11-22 | 1 | -2/+4 |
| | |||||
* | Removing the whole exclude list was a bad idea: it potentially can break system | Jauhien Piatlicki (jauhien) | 2013-11-22 | 1 | -0/+32 |
| | |||||
* | issue #1, do not exclude packages from generation by default as it confuses ↵ | Jauhien Piatlicki (jauhien) | 2013-11-22 | 1 | -32/+0 |
| | | | | users | ||||
* | gs-elpa: generate auto-complete ebuild by default, as tree version is old, ↵ | Jauhien Piatlicki (jauhien) | 2013-11-22 | 1 | -1/+1 |
| | | | | issue#1 | ||||
* | gs-pypi: fix issue#4 | Jauhien Piatlicki (jauhien) | 2013-11-20 | 1 | -1/+4 |
| | |||||
* | gs-pypi: fix issue#3 | Jauhien Piatlicki (jauhien) | 2013-11-12 | 1 | -1/+2 |
| | |||||
* | gs-elpa.eclass: fix bad filenames | Jauhien Piatlicki (jauhien) | 2013-09-21 | 1 | -1/+1 |
| | |||||
* | fix imports | Jauhien Piatlicki (jauhien) | 2013-09-20 | 2 | -1/+1 |
| | |||||
* | g_sorcery: fixes | Jauhien Piatlicki (jauhien) | 2013-09-20 | 7 | -19/+27 |
| | |||||
* | developer instructions: fix typo | Jauhien Piatlicki (jauhien) | 2013-09-20 | 2 | -3/+3 |
| | |||||
* | note about gs-db-tool | Jauhien Piatlicki (jauhien) | 2013-09-20 | 2 | -0/+3 |
| | |||||
* | gs_db_tool and gs_pypi: add docstrings | Jauhien Piatlicki (jauhien) | 2013-09-20 | 4 | -1/+45 |
| | |||||
* | docs: fixes | Jauhien Piatlicki (jauhien) | 2013-09-20 | 7 | -11/+164 |
| | |||||
* | docs/gs-pypi: man page added | Jauhien Piatlicki (jauhien) | 2013-09-20 | 9 | -12/+142 |
| |