Skip to content

Instantly share code, notes, and snippets.

@tuxfanou
Last active December 11, 2017 12:35
Show Gist options
  • Save tuxfanou/4fb20c69fda836b79bb1549b14653468 to your computer and use it in GitHub Desktop.
Save tuxfanou/4fb20c69fda836b79bb1549b14653468 to your computer and use it in GitHub Desktop.
gitea gpg settings error afted added gpg key
/data/gitea/log/xorm.log
2017/12/11 12:34:17 [I] [SQL] SELECT `id`, `lower_name`, `name`, `full_name`, `email`, `keep_email_private`, `passwd`, `login_type`, `login_source`, `login_name`, `type`, `location`, `website`, `rands`, `salt`, `created_unix`, `updated_unix`, `last_login_unix`, `last_repo_visibility`, `max_repo_creation`, `is_active`, `is_admin`, `allow_git_hook`, `allow_import_local`, `allow_create_organization`, `prohibit_login`, `avatar`, `avatar_email`, `use_custom_avatar`, `num_followers`, `num_following`, `num_stars`, `num_repos`, `description`, `num_teams`, `num_members`, `diff_view_style` FROM `user` WHERE `id`=? LIMIT 1 []interface {}{1}
2017/12/11 12:34:17 [I] [SQL] SELECT count(*) FROM `notification` WHERE user_id = ? AND status = ? []interface {}{1, 0x1}
2017/12/11 12:34:17 [I] [SQL] SELECT `id`, `owner_id`, `name`, `fingerprint`, `content`, `mode`, `type`, `created_unix`, `updated_unix` FROM `public_key` WHERE owner_id = ? []interface {}{1}
2017/12/11 12:34:17 [I] [SQL] SELECT `id`, `owner_id`, `key_id`, `primary_key_id`, `content`, `created_unix`, `expired_unix`, `added_unix`, `emails`, `can_sign`, `can_encrypt_comms`, `can_encrypt_storage`, `can_certify` FROM `gpg_key` WHERE owner_id=? AND primary_key_id='' []interface {}{1}
2017/12/11 12:34:17 [I] [SQL] SELECT `id`, `owner_id`, `key_id`, `primary_key_id`, `content`, `created_unix`, `expired_unix`, `added_unix`, `emails`, `can_sign`, `can_encrypt_comms`, `can_encrypt_storage`, `can_certify` FROM `gpg_key` WHERE primary_key_id=? []interface {}{"6B9C6F3D8DED676B"}
2017/12/11 12:34:17 [I] [SQL] SELECT `id`, `owner_id`, `key_id`, `primary_key_id`, `content`, `created_unix`, `expired_unix`, `added_unix`, `emails`, `can_sign`, `can_encrypt_comms`, `can_encrypt_storage`, `can_certify` FROM `gpg_key` WHERE primary_key_id=? []interface {}{"E76F36D675CFE57E"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment