Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Telling GitHub to rebuild, rebase, ...
  • From: Jayaprakash Arthanareeswaran <jarthana@xxxxxxxxxx>
  • Date: Fri, 9 Sep 2022 07:10:58 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=in.ibm.com; dmarc=pass action=none header.from=in.ibm.com; dkim=pass header.d=in.ibm.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=wMGKR63oJdsqi2g9RrunCqFPfVaHJox5lawspB0kxSQ=; b=gBKVSbWkYHf81BSQE054txdmpU3H6xQUbx9OJad74B//I+u9OiY+gn66uC1SFoIfzGW4NdANIXzx4+QEOn1vZ+HqNdmKYujLVTUG63fV/pdhXEo4nAuOz/E4t3uFKSK7dv3e1sNOfdaSMP0Pn/9Tswq/FXteCawmRe4qAEFRr0ZCdgtFGVUC0YWzrr76Ab7LPLzpIwvsE1Xj4Bub52ZYdAGP5AzYZ5Z80J+CJbAQKG8zavtdImll9U72GIRZc3OjlntdRe+Yn6QeyqFcxG43iePCbXWUM8PHMWN+VpOAeLoNnYsqEauLPnWdhZoJKHgFr40ILimNyQfaqE5T675jZQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ffHOApNPHpc17FFg/n//5UzUaiyxIatirqWKUrrZNpEOJF+tfw9lYC/v+yoauiakR/CSe8/SJgYS8NW2Ps6qmKYLW10NgPopiDFVyFEaXsZ4OMhW8qTTi9tu58SbTkyBdLdoYBF37fxO9mfLJv3RT3S1x3fPHsjv6OsqZ02/iFvz5wIEBDfPwSZ4R1tArvhRWTjl3bYKi1+t1LvAmWPdv/AJ+jepnMmadlsImj87l5uQAxtLS7wrH9f5sQHJSpy6GjbguGmCksaZkW8PTPO6kNj1L2Y3EK8PPdVKS7qFLMAVXYs/zgqbXsNkJb13oF0/1xRLTBuxwyc3M5j/Dyw2lw==
  • Delivered-to: jdt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jdt-dev/>
  • List-help: <mailto:jdt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jdt-dev>, <mailto:jdt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYw4Zj/5pmdtBSi0yNfNY/dC02Oa3Wrxog
  • Thread-topic: [EXTERNAL] Re: [jdt-dev] Telling GitHub to rebuild, rebase, ...

For the last item you just mentioned, if it helps, we can issue guideline asking
Contributors to just push delta to their branch and avoid force push branch.

Regards,
Jay

-----Original Message-----
From: jdt-dev <jdt-dev-bounces@xxxxxxxxxxx> On Behalf Of Stephan Herrmann
Sent: 08 September 2022 18:55
To: jdt-dev@xxxxxxxxxxx
Subject: [EXTERNAL] Re: [jdt-dev] Telling GitHub to rebuild, rebase, ...

One more thing:

In the gerrit era, it was always transparent what was changed from one changeset to the next. In GitHub it seems to be popular to just force-push the latest and greatest, which seems like reviewers will have to start reviewing from scratch, or is there some magic incantation that will show them differences between the current branch and one that no longer exists?

best,
Stephan

Am 08.09.22 um 15:06 schrieb Stephan Herrmann:
> It feels like I asked this before, but as I can't find this info in 
> any canonical place I will keep asking:
> 
> How can I tell github to
> - rebuild a PR unchanged
>    (e.g., when a failure was intermittent, when a period check is 
> outdated)
>    - when a jenkins build is still available
>    - after the jenkins build has been deleted
> - rebase a PR on HEAD and rebuild
> 
> Please don't just answer here, but provide a link to the persistent, 
> canonical location where such information can be found. Hopefully, 
> that location can be remembered easily and will answer all related questions.
> 
> thanks,
> Stephan
> 
> PS: Are there other tidbits committers should observe when working with github? 
> In the bugzilla era there was a lot of information we recorded in each 
> bug report, like Version and Target Milestone. Is JDT planning to 
> apply similar discipline in github? Are labels to be used in some coordinated style?
> _______________________________________________
> jdt-dev mailing list
> jdt-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/jdt-dev

_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jdt-dev

Back to the top