Skip to content

Instantly share code, notes, and snippets.

@giallu
giallu / schedule-build.yml
Created December 27, 2021 09:33
Github action code to schedule a job and run it only if a commit happened in the last 24 hours
name: Build Packages
on:
schedule:
# nightly build at 00:30
- cron: '30 0 * * *'
jobs:
last-commit-check:
runs-on: ubuntu-latest
# coding: utf-8
import gnomekeyring
keyring = gnomekeyring.get_default_keyring_sync()
for identity in gnomekeyring.list_item_ids_sync(keyring):
item = gnomekeyring.item_get_info_sync(keyring, identity)
displayName = item.get_display_name()
if displayName.startswith('pop://') or \
displayName.startswith('imap://'):
@giallu
giallu / gcompris.master.it.po
Created October 6, 2012 09:18
GCompris file di traduzione italiano
# gcompris it.po.
# Copyright (C) 2002 Free Software Foundation, Inc.
# Mauro Colorio <linuxbox@interfree.it>, 2000.
# Immacolata Arenga <imma@eppesuigoccas.homedns.org>, 2002-2008.
# Marco Giorgetti <marco@marcogiorgetti.com>, 2012.
# Gianluca Sforna <giallu@fedoraproject.org>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: 8.3\n"