[sylpheed:37163] Re: [ANNOUNCE] Sylpheed's public repository migrated to GitHub
Ricardo Mones <[email protected]> Wed, 14 Dec 2022 13:33:42 +0100
| Newsgroups | gmane.mail.sylpheed.general |
|---|---|
| Organization | Debian |
| Message-ID | <20221214133342.5552d9fc@curuxu> |
Hi Hiroyuki, On Wed, 30 Nov 2022 14:51:26 +0900 Hiroyuki Yamamoto <[email protected]> wrote: > Hello, > > I have almost completed the migration of Sylpheed source code > repository from Subversion to GitHub (it was easier than I first > thought). > > Try cloning the repository. If you find any problem, please let me > know. > > Repository URL: > https://github.com/sylpheed-mail/sylpheed Cloning worked fine, thanks for sharing! Attached a couple of patches: - first removes autotools files which are copied by autogen.sh - second adds a .gitignore file to avoid committing generated files Apply on your working copy with: xzcat path-to/file-name.patch.xz | git am Although web interface it's more time wasting, if you prefer PRs on github instead of patches just let me know. best regards, -- Ricardo Mones http://people.debian.org/~mones «Don't you wish you had more energy... or less ambition?»
0001-Remove-autotools-files-which-are-copied.patch.xz
(application/x-xz, 71 KB) - not displayed
0002-Ignore-generated-files.patch.xz
(application/x-xz, 600 B) - not displayed