X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-qk0-f193.google.com (mail-qk0-f193.google.com [209.85.220.193]) by lists.alpinelinux.org (Postfix) with ESMTP id AA2B75C4E22 for ; Mon, 29 Jan 2018 16:27:53 +0000 (GMT) Received: by mail-qk0-f193.google.com with SMTP id u76so6249615qku.11 for ; Mon, 29 Jan 2018 08:27:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=DbBKHJPNOnJafTKRowOZ4O8j/O/ynpWLLibJkSIy0Ic=; b=dv6+Ogh7eeCfqFqT8aeDNN31tR/oek7tINkYwKe1xmzY9Y26qj+yogEvs1XDNOQYQD Y2a5bdWkloMTKcQug4+sg+qHtPeeHU/U1Mjk4vVgcUHAuw/CJ2JIt0jbXedA9oaWoGvR UR2XGOu5nMxEp6qQ3RmMOh3BYVV9S3I6hriCihdDP7ZgOgVnhs/5EHqNduCtbQkmAe6w udjbiB1kiDFNp1Wz7kSUBfvzCk4T5OI4Zv9HualE/hEz2XxdDUs5HadEDMQau49ZhJzt rSeCTEYA8QhWNzkBSwsMoB6WKGgfLZylWN4QOeoDY6+c5CzpmEEyF+Pu8a30TBiIekpj Bgzw== 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=DbBKHJPNOnJafTKRowOZ4O8j/O/ynpWLLibJkSIy0Ic=; b=EanVH25hRenCBtMZ+DjNKG4NHmpb116GxR50FGT7BKGQe12mKlmM03uoRBye3g0YkH /QvwiNxlDFgNkiQ4+HSpQYD42ANEX8tfrTUa5eZSPLeVWN5duxqkfpD6SrNu8lVN2Gi8 k4mQWyGmOwpkK9tnJfQrkhEDn7/K4bArj9ZTxr9uKtB7HOkSdOHRb0uPRpPMP+qzWxT+ T03aC7YSsTRGPjHgzsR3OjUxCziFLNNfoDicTnQcPee4cdQVK9jFmnPUMptjeibzScz+ 2BbhWZYh+7fmbWI9ojopFj5Mhpu7VBK4L+Wwmo8CA8qozs6/O9k9pU7u7Rg2fLjVdO78 78qQ== X-Gm-Message-State: AKwxytf5sT3/WaSo+pQc5AGgbEQVNmw+SdpJV0/qhlb2xUAFWhjoD5mB zOzSa4kin7wsaZJi60U9s+qDY1RB8mLBnR50tQrR2Q== X-Google-Smtp-Source: AH8x224EQfgmy3iaBypALTTQKoeZ4+Q9mjncnDPMXW0jqhBWAAW42Un6ZTnSV4MgJ056yp3BK9SqnyIjH5nLRf/Nx4U= X-Received: by 10.55.59.137 with SMTP id i131mr38252066qka.42.1517243273216; Mon, 29 Jan 2018 08:27:53 -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.200.39.100 with HTTP; Mon, 29 Jan 2018 08:27:52 -0800 (PST) In-Reply-To: References: From: William Pitcock Date: Mon, 29 Jan 2018 10:27:52 -0600 Message-ID: Subject: Re: [alpine-devel] Version numbers for daily build packages To: Rainer Gerhards Cc: alpine-dev Content-Type: text/plain; charset="UTF-8" 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. William --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---