X-Original-To: alpine-devel@lists.alpinelinux.org Received: from no-spam.uk (st.ilet.to [31.193.133.234]) by lists.alpinelinux.org (Postfix) with ESMTP id 0DB8CF81487 for ; Mon, 18 Feb 2019 10:26:59 +0000 (UTC) Received: from localhost (stiletto.tun [local]) by stiletto.tun (OpenSMTPD) with ESMTPA id 9d61efb7 for ; Mon, 18 Feb 2019 10:26:58 +0000 (GMT) Date: Mon, 18 Feb 2019 10:26:58 +0000 From: scrumpyjack@st.ilet.to To: alpine-devel@lists.alpinelinux.org Subject: [alpine-devel] seeking advice of build automation and keeping git synced Message-ID: <20190218102658.GA14592@stiletto> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) hi folks. I'm attempting to automate my builds of packages, using gitea+drone Here is a sample build for xeyes https://gogs.bigyellowfish.com/scrumpyjack/xeyes The pipeline goes as follows. When stuff gets pushedi to the above repo, a githook triggers the drone build. Drone uses docker images as a starting point, alpine:edge in this case, and you can see the build steps in .drone.yml. The last bit formats a patch, which cna be sent to the aports mailing list. What I'm struggling with is how to keep that xeyes repo in sync with https://git.alpinelinux.org/aports/tree/community/xeyes so that changes anyone else makes get applied to my local xeyes repo. Anyone with better git skills than me have any advice? Perhaps there is a better way of doing this (i'd like to stick with drone though)? -- Not sent from a tablet or smartphone. --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---