X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-it0-f46.google.com (mail-it0-f46.google.com [209.85.214.46]) by lists.alpinelinux.org (Postfix) with ESMTP id 49A0A5C4E1E for ; Mon, 29 Jan 2018 17:00:16 +0000 (GMT) Received: by mail-it0-f46.google.com with SMTP id c16so9123664itc.5 for ; Mon, 29 Jan 2018 09:00:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hq-adiscon-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=60jBZtCU+6oSPwSqolec74cgZpvpbJNgsgEuqoIby9o=; b=FJEdS0HsGcu/a9zDLlF8JlOeP2XHEjtWQFYWhxIcbvKpLOG0zvRE63J+L/jzzq6OuE hYVfRE4F8yfk1kVfzLFpjRInrBkIutrz8SYbPPz6qHXEIY5PI4pXyxiUPlismDasc6jn AsSzRe0UkMBjgRIb+5wFj1ycrzD+9EEsM+e4mj3sXrYCrHGKF08TygOlCAaLEEe3ZjKm Snl0ylHcLoi0Kd0iW3rAqYHnJvjP+egC+NacBHbrZ9eq/9RjCbAZ9hlDcFXZpeOjbDGB Vcwu6KorC8u7pUP+btlgdygF9CxoRxXC4yOsyvmRUuuOwSrZRqDRII8BaSEvRhzZYVtf /h+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=60jBZtCU+6oSPwSqolec74cgZpvpbJNgsgEuqoIby9o=; b=Auqfq7RZwyHxeAKTx58IUDJYY1Z8ihx7M4CUMSS8WM/ERnTtsdi1f+QfIceTUgbUU7 3b4WosD4u0l6Cr0IX7ptJbrYtEqypFhiGK92sV+lzte9+JSvxMilXMN8BQ2G8FXyPxXO a4rS6kSZ6FrP2u2xDHQD81hKcakQpl8QkuXw0vNpXtl0epszB5TFs3E6iOjacLyC0j1s 2DRRCbbXWYIcHYMUoHRdQ3iByrOEP+5ZySggl/4rBmpCFe2Pq35eo1dtI2DnqkIbW15e 0rttQhb0tNW3P0ZZPCKyd2o61Z74hrnl03Ym0Kz1bqXGRN1oCRzWx1yhc4wehgc/p3RT k2jg== X-Gm-Message-State: AKwxytd8/TkvCaWfW4lufsrxt53xeKgC+BFP0zXWXkunBgJPbP2pjul+ 2bdO9bq4rH1j8b8o2iQ5zKTBDlUbOysyTX5rASCvFiHA X-Google-Smtp-Source: AH8x2263BNq7Fk4YZoFBroEH0OMk0zED0Sqp36KAr1bKFNQLP+IQ58uUAVp3Hjxs/Cfh5nDhfhJtLmUQGMRW4o1gHGw= X-Received: by 10.36.14.76 with SMTP id 73mr26966759ite.43.1517245215665; Mon, 29 Jan 2018 09:00:15 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Received: by 10.2.8.141 with HTTP; Mon, 29 Jan 2018 08:59:35 -0800 (PST) In-Reply-To: References: From: Rainer Gerhards Date: Mon, 29 Jan 2018 17:59:35 +0100 Message-ID: Subject: Re: [alpine-devel] Version numbers for daily build packages To: William Pitcock Cc: alpine-dev Content-Type: text/plain; charset="UTF-8" 2018-01-29 17:27 GMT+01:00 William Pitcock : > Hello, > > On Sun, Jan 28, 2018 at 11:10 AM, Rainer Gerhards > wrote: >> Hi all, >> >> we (the rsyslog project) would like to build daily packages for >> Alpine. I have checked APK sources, but still am a bit puzzled on how >> we should name these versions. The idea is that a stable version >> should always update over an equal-target-version daily build, but new >> daily builds should automatically be updated. >> >> Ex: currently 8.32.0 is our stable version, 8.33.0 is being worked on. >> So far I found that we could use this scheme: >> >> 8.32.0 -> current stable >> 8.33g, e.g. 8.33d20180128 -> daily builds >> 8.33.0 -> next release >> >> apk --test tells me >> 8.32.0 < 8.33d2018... < 8.33.0 >> >> ... but I wonder if there is a better/more standard way in Alpine of doing this. > > The standard way would be to have 8.33_pre20180128 as the version. Thanks, that was very useful. I didn't find that convention anywhere. I have now changed the version to that format. Rainer --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---