Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| { | |
| "source": { | |
| "name": "java-openjdk", | |
| "homepage": "https://openjdk.java.net/", | |
| "packager": { | |
| "name": "Safa Arıman", | |
| "email": "[email protected]" | |
| }, | |
| "licenses": [ | |
| "GPLv2" |
| #!/usr/bin/env python3 | |
| """PISI Repository Cleaner. | |
| This script removes old PISI packages by taking only two positional arguments. | |
| First one is the path to the PISI repository and second one is the number of | |
| package versions to keep in the repository. (Latest versions will be kept.) | |
| Example: | |
| This script can easily be run by providing two positional arguments directory and count. |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Copyright (C) 2009-2010 TUBITAK/UEKAE | |
| # | |
| # This program is free software; you can redistribute it and/or modify it under | |
| # the terms of the GNU General Public License as published by the Free | |
| # Software Foundation; either version 2 of the License, or (at your option) | |
| # any later version. |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| # | |
| # Service management tool | |
| # Copyright (C) 2006-2011 TUBITAK/UEKAE | |
| # | |
| # This program is free software; you can redistribute it and/or modify it | |
| # under the terms of the GNU General Public License as published by the | |
| # Free Software Foundation; either version 2 of the License, or (at your | |
| # option) any later version. Please read the COPYING file. |