Getting Testing PKGBUILDs(轉)
Getting Testing PKGBUILDs(轉)[@more@]
測試用的包有點特殊,它並不像其他軟體包那樣是一個CVS軟體包庫。它僅僅是個標記,可以被用在任何官方軟體庫中。那麼,在我使ABS能夠聰明地檢測測試包之前,你可以按如下方法手工去做:
1.建立/etc/abs/supfile.testing檔案
*default host=cvs.archlinux.org
*default release=cvs
*default delete
*default use-rel-suffix
*default compress
*default tag=TESTING
arch
extra
2.手動執行cvsup:
# mkdir /var/abs/testing
# cd /var/abs/testing
# cvsup -L 1 -r 0 -g -b /var/abs/testing -c .sup /etc/abs/supfile.testing
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752043/viewspace-940360/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Testing
- Module 1 Getting to know you
- 1、 Getting Stared with Database AdministrationDatabase
- [Unit testing Vue]Vue
- DevEco Testing教程dev
- 1. Getting Stared with Database AdministrationDatabase
- 排查not eligible for getting processed by all BeanPostProcessorsBean
- Getting NOW() in your preferred time zone
- [譯] Performance testing of Flutter appsORMFlutterAPP
- Restaurant Testing Round #12 BREST
- Testing the Modern Mobile World - AngLi
- Testing Flutter apps翻譯FlutterAPP
- 優雅地亂玩Redux: Getting StartedRedux
- 深入淺出 testing-library
- Machine Learning (5) - Training and Testing DataMacAI
- Testing Round 19 (Div. 3)
- INE - Advanced Penetration Testing learning path
- Testing JPA Queries with Spring Boot and @DataJpaTestSpring Boot
- Codeforces Round #491 (Div. 2) B. Getting an A
- 在 Android 上使用協程(一):Getting The BackgroundAndroid
- 在 Android 上使用協程(二):Getting startedAndroid
- Go-Testing golang 測試案例Golang
- APT2 -An Automated Penetration Testing ToolkitAPT
- [Vue Unit tesing] Testing API Calls (mocking)VueAPIMock
- INE - Advanced Web Application Penetration Testing (eWPTx)WebAPP
- Getting Started功能讓您快速熟悉如何接入HMS Core
- java單元測試:unit testing best practicesJava
- INE - Web Application Penetration Testing Professional (萌新級)WebAPP
- Task01&Task02:課程簡介、Installation、Getting Start
- Oracle 19c DBA's Guide(01): Getting Started with Database AdministrationOracleGUIIDEDatabase
- Multiparty Cardinality Testing for Threshold Private Set-2021:解讀
- S01E01-Buddy, Why do you keep getting stuck like this
- Getting Started and Beyond|雲原生應用負載均衡選型指南負載
- Testing Egineer note:2024_5_20-day12-part01
- Testing Egineer note:2024_5_5-day05-part02
- Testing Egineer note:2024_5_5-day05-part01
- Testing Egineer note:2024_5_8-day07-part01
- springboot junit Unit-Testing(via spring-boot-starter-test)Spring Boot
- 使用 React Testing Library 和 Jest 完成單元測試React