X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-ua0-f174.google.com (mail-ua0-f174.google.com [209.85.217.174]) by lists.alpinelinux.org (Postfix) with ESMTP id 38E555C44EE for ; Fri, 26 Aug 2016 02:15:12 +0000 (GMT) Received: by mail-ua0-f174.google.com with SMTP id m60so75304979uam.3 for ; Thu, 25 Aug 2016 19:15:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=MCe8w6onLFemcdsNHnRIB2W0h0/AmWEOiHoxQ8SsAxA=; b=ItO6iNTOTexsKO0RRxAV2Zr/cj2OfCu/AYrTj2l+HDlTqwpTo4yar11TigSsZqIxpg YjCtCyNHPVdQ/FlDCudUEl70QNXVN3GEt+pd1ANF+yLGaKat1e/UgFbBFz6FHAfmdNee 3sL6Uk8fwTJnPDLy77uJ8SyxmSZSfF6sHArz6LcFMCRipxoArvTzoudvLVpDrjjnYkQS BVW9dwwgHEF3qZPLyTZDq+moFZmoG0n7CHxeElal/A/wZphU+WcVOvlbAvRpw0JAF36L ucqydV6HAtMkMNc9CIrsYCz70lguH83Zhl8r5LAJMGn5GaQil0ukHfBgsB2gsGcYFyKq aD7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=MCe8w6onLFemcdsNHnRIB2W0h0/AmWEOiHoxQ8SsAxA=; b=dTOTaWVUKbme+IlLaqKHGAZacMho/EjL2BNc1R3ALDNvmASc3gphjypaRtmAE5oAxH 6dJk5SgqVjp7762V3hkjNqUCRvU66pBPIesKK5Pi+mchUKU7Kfb3BGnPTymkdEFh4IMb WAxor1JzuGnKquhOclpHUp8e4esly+88iUUwp9/0OpfLPpf7Z1kUaLVD17NHxeoA/Kzq BLBc+rrFlMaOq6dgdyB9hcI/rXHlolxWfzp7dwdYQEFHab8FVwU72NdlAs1zgOrV+Epm abB6uxf9apco9+fhBqSdkuRMFl8OspyaQpCRDkaqDbqhSQQG/KGK/2toYdhI/JV6LUx7 u2iQ== X-Gm-Message-State: AE9vXwPx/+FQscfgnHciuK/pXSuaumuZIrX/D7IEqc/VRI4qjBx2Bbjs7w5x3+TD1GhrkLuqmKl9h5W9o+GPRA== X-Received: by 10.176.0.3 with SMTP id 3mr411075uai.71.1472177711600; Thu, 25 Aug 2016 19:15:11 -0700 (PDT) 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.103.64.74 with HTTP; Thu, 25 Aug 2016 19:15:11 -0700 (PDT) From: Alba Pompeo Date: Thu, 25 Aug 2016 23:15:11 -0300 Message-ID: Subject: [alpine-devel] Moving packages between repositories break systems To: alpine-devel@lists.alpinelinux.org Content-Type: text/plain; charset=UTF-8 When a package is moved from /testing to /community or /testing to /unmaintained out of nowhere, users experience system breakage. That's because it loses the pinning. What can be done to prevent this? Post-scripts when a package is moved? ANOTHER NOTE: someone was asking on IRC today why apk suddenly showed the error that "xmlstarlet-1.6.1-r0: package mentioned in index not found" out of nowhere. It's because it moved across repositories, the same issue from above. But there's something even more weird on this one. It moved from /testing to /unmaintained! Why? The xmlstarlet package is in the latest version and has a clear maintainer (Francesco Colista). Why did it go to unmaintained instead of community? Anyway, that's a matter for another post. Let's focus on how to solve the main problem. tl;dr - how to make apk aware of packages that were moved from one repository to another. Ciao! --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---